Skip to content

Commit c30b920

Browse files
authored
[release/2.1] Update ProdCon to 20180725-02-1916202 (#681)
* Update ProdCon to 20180725-02-1916202 * Fix CLI patches (2 removed, 1 remains)
1 parent e2d89ae commit c30b920

12 files changed

+14
-82
lines changed

ProdConFeed.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://dotnetfeed.blob.core.windows.net/orchestrated-release-2-1/20180726-01/final/index.json
1+
https://dotnetfeed.blob.core.windows.net/orchestrated-release-2-1/20180725-02/final/index.json

dependencies.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
for which dotnet/versions commit was last used to update the dependency.
66
-->
77
<PropertyGroup>
8-
<ProdConCurrentRef>0d790d5e60a1f051098b5e066f7f760f2978ab2f</ProdConCurrentRef>
8+
<ProdConCurrentRef>bc1c81f2fcd8b65c43c53694ec9ab4c005b2be6d</ProdConCurrentRef>
99
<CoreClrCurrentRef>293e58e87c0575e7e425a1bab57d5eb0e25d743e</CoreClrCurrentRef>
1010
<BuildToolsCurrentRef>91c9a3b3374ff71e72c06d5773bd26598539aa1d</BuildToolsCurrentRef>
1111
</PropertyGroup>
@@ -28,9 +28,9 @@
2828
the product as version strings to be used by the SDK to fetch extra content.
2929
-->
3030
<PropertyGroup>
31-
<MicrosoftAspNetCoreAllPackageVersion>2.1.3-rtm-30931</MicrosoftAspNetCoreAllPackageVersion>
32-
<MicrosoftAspNetCoreAppPackageVersion>2.1.3-rtm-30931</MicrosoftAspNetCoreAppPackageVersion>
33-
<MicrosoftNETSdkRazorPackageVersion>2.1.2-rtm-30931</MicrosoftNETSdkRazorPackageVersion>
31+
<MicrosoftAspNetCoreAllPackageVersion>2.1.3</MicrosoftAspNetCoreAllPackageVersion>
32+
<MicrosoftAspNetCoreAppPackageVersion>2.1.3</MicrosoftAspNetCoreAppPackageVersion>
33+
<MicrosoftNETSdkRazorPackageVersion>2.1.2</MicrosoftNETSdkRazorPackageVersion>
3434
</PropertyGroup>
3535

3636
<ItemGroup>
@@ -50,7 +50,7 @@
5050

5151
<DependencyInfo Include="ProdCon" Condition="'$(UpdateFromManifestFile)' == ''">
5252
<DependencyType>Orchestrated build</DependencyType>
53-
<BasePath>build-info/dotnet/product/cli/release/2.1</BasePath>
53+
<BasePath>build-info/dotnet/product/cli/release/2.1.3</BasePath>
5454
<CurrentRef>$(ProdConCurrentRef)</CurrentRef>
5555
<VersionsRepoOwner>dotnet</VersionsRepoOwner>
5656
<VersionsRepo>versions</VersionsRepo>

patches/cli/0002-Fix-NuGet-SDK-resolver-PackageVersion-property.patch

Lines changed: 0 additions & 40 deletions
This file was deleted.

patches/cli/0003-Add-binlog-build-args.patch

Lines changed: 0 additions & 28 deletions
This file was deleted.

repos/core-setup.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<BuildArguments Condition="$(Platform.Contains('arm'))">$(BuildArguments) -TargetArchitecture=$(Platform) -DisableCrossgen=true -CrossBuild=true</BuildArguments>
77
<BuildCommand>$(ProjectDirectory)/build$(ShellExtension) $(BuildArguments) -- /p:BuildDebPackage=false /p:BuildAllPackages=true</BuildCommand>
88
<BuildCommand Condition="$(Platform.Contains('arm'))">$(ArmEnvironmentVariables) $(BuildCommand)</BuildCommand>
9-
<OfficialBuildId>20180726-03</OfficialBuildId>
9+
<OfficialBuildId>20180725-05</OfficialBuildId>
1010

1111
<!-- Need to set $(PackagesOutput) so WriteVersions writes the versions file for cli, until cli respects auto-dependency flow -->
1212
<PackagesOutput>$(SourceBuiltPackagesPath)</PackagesOutput>

repos/coreclr.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<BuildCommand>$(ProjectDirectory)/build$(ShellExtension) $(BuildArguments) --</BuildCommand>
1111
<BuildCommand Condition="$(Platform.Contains('arm'))">$(ArmEnvironmentVariables) $(BuildCommand)</BuildCommand>
1212
<CleanCommand>$(ProjectDirectory)/clean$(ShellExtension)</CleanCommand>
13-
<OfficialBuildId>20180726-03</OfficialBuildId>
13+
<OfficialBuildId>20180725-06</OfficialBuildId>
1414
</PropertyGroup>
1515

1616
<ItemGroup>

repos/corefx.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<BuildCommand Condition="$(Platform.Contains('arm'))">$(ArmEnvironmentVariables) $(BuildCommand)</BuildCommand>
88
<PackagesOutput>$(ProjectDirectory)/bin/packages/$(Configuration)</PackagesOutput>
99
<CleanCommand>$(ProjectDirectory)/clean$(ShellExtension)</CleanCommand>
10-
<OfficialBuildId>20180726-04</OfficialBuildId>
10+
<OfficialBuildId>20180725-05</OfficialBuildId>
1111
</PropertyGroup>
1212

1313
<ItemGroup>

repos/sdk.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))/dir.props" />
44
<PropertyGroup>
5-
<OfficialBuildId>20180726.2</OfficialBuildId>
5+
<OfficialBuildId>20180802.3</OfficialBuildId>
66
<OutputVersionArgs>/p:BUILD_BUILDNUMBER=$(OfficialBuildId)</OutputVersionArgs>
77
<BuildCommandArgs>--pack --configuration $(Configuration) $(OutputVersionArgs)</BuildCommandArgs>
88

src/core-setup

0 commit comments

Comments
 (0)