Skip to content

Commit 3c44046

Browse files
authored
[release/2.1] Update ProdCon to 20181019-02-2156680 (#840)
* Update ProdCon to 20181019-02-2156680 Update to a 2.1.6 build. * Update CLI patches Remove uptaken NuGet warning CLI patch, update runtime version targeting patch to fix conflict. * Update SDK toolset to 2.1.403 * Update submodules based on investigation * Use test template packages as ref prebuilt * Update version numbers * Update baselines for 2.1.6, test template ref prebuilt
1 parent 8880f44 commit 3c44046

26 files changed

+64
-330
lines changed

DotnetCLIVersion.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.402
1+
2.1.403

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/20180919-01/final/index.json
1+
https://dotnetfeed.blob.core.windows.net/orchestrated-release-2-1/20181019-02/final/index.json

dependencies.props

Lines changed: 4 additions & 4 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>7863ead82cb2424e8b6f2ac8625ec5f29eb88b84</ProdConCurrentRef>
8+
<ProdConCurrentRef>db136a92478f1489903ef97beb905e235f5cd1da</ProdConCurrentRef>
99
<CoreClrCurrentRef>1dbfe089b5c3537799927f6541185a8c1fd0adef</CoreClrCurrentRef>
1010
<BuildToolsCurrentRef>1dbfe089b5c3537799927f6541185a8c1fd0adef</BuildToolsCurrentRef>
1111
</PropertyGroup>
@@ -22,8 +22,8 @@
2222
the product as version strings to be used by the SDK to fetch extra content.
2323
-->
2424
<PropertyGroup>
25-
<MicrosoftAspNetCoreAllPackageVersion>2.1.5</MicrosoftAspNetCoreAllPackageVersion>
26-
<MicrosoftAspNetCoreAppPackageVersion>2.1.5</MicrosoftAspNetCoreAppPackageVersion>
25+
<MicrosoftAspNetCoreAllPackageVersion>2.1.6</MicrosoftAspNetCoreAllPackageVersion>
26+
<MicrosoftAspNetCoreAppPackageVersion>2.1.6</MicrosoftAspNetCoreAppPackageVersion>
2727
<MicrosoftNETSdkRazorPackageVersion>2.1.2</MicrosoftNETSdkRazorPackageVersion>
2828
</PropertyGroup>
2929

@@ -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.5</BasePath>
53+
<BasePath>build-info/dotnet/product/cli/release/2.1.6</BasePath>
5454
<CurrentRef>$(ProdConCurrentRef)</CurrentRef>
5555
<VersionsRepoOwner>dotnet</VersionsRepoOwner>
5656
<VersionsRepo>versions</VersionsRepo>

patches/cli/0001-Persist-ASP.NET-runtime-patch-targeting-default.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ https://github.com/dotnet/cli/issues/9469 is required to remove this patch.
1111
1 file changed, 8 insertions(+)
1212

1313
diff --git a/build/MSBuildExtensions.targets b/build/MSBuildExtensions.targets
14-
index f5365724a..fd2fa3719 100644
14+
index a85966295..448c3a27e 100644
1515
--- a/build/MSBuildExtensions.targets
1616
+++ b/build/MSBuildExtensions.targets
1717
@@ -196,6 +196,14 @@ Copyright (c) .NET Foundation. All rights reserved.
18-
<LatestPatchVersionForNetCore1_0 Condition="'%24(LatestPatchVersionForNetCore1_0)' == ''">1.0.12</LatestPatchVersionForNetCore1_0>
19-
<LatestPatchVersionForNetCore1_1 Condition="'%24(LatestPatchVersionForNetCore1_1)' == ''">1.1.9</LatestPatchVersionForNetCore1_1>
18+
<LatestPatchVersionForNetCore1_0 Condition="'%24(LatestPatchVersionForNetCore1_0)' == ''">1.0.13</LatestPatchVersionForNetCore1_0>
19+
<LatestPatchVersionForNetCore1_1 Condition="'%24(LatestPatchVersionForNetCore1_1)' == ''">1.1.10</LatestPatchVersionForNetCore1_1>
2020
<LatestPatchVersionForNetCore2_0 Condition="'%24(LatestPatchVersionForNetCore2_0)' == ''">2.0.9</LatestPatchVersionForNetCore2_0>
2121
+
2222
+ <!-- In source-build, override the default behavior to always target the latest ASP.NET Core runtime.

patches/cli/0002-Ignore-NU5123-build-failure-with-SDK-2.1.402.patch

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

patches/nuget-client/0001-Add-TargetingPack-and-enable-net46-builds-for-source.patch

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

repos/core-setup.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<BuildCommand>$(ProjectDirectory)/build$(ShellExtension) $(BuildArguments)</BuildCommand>
2222
<BuildCommand Condition="$(Platform.Contains('arm'))">$(ArmEnvironmentVariables) $(BuildCommand)</BuildCommand>
2323

24-
<OfficialBuildId>20180919-01</OfficialBuildId>
24+
<OfficialBuildId>20181019-06</OfficialBuildId>
2525

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

repos/coreclr.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<BuildCommand Condition="$(Platform.Contains('arm'))">$(ArmEnvironmentVariables) $(BuildCommand)</BuildCommand>
2020

2121
<CleanCommand>$(ProjectDirectory)/clean$(ShellExtension)</CleanCommand>
22-
<OfficialBuildId>20180919-02</OfficialBuildId>
22+
<OfficialBuildId>20181019-06</OfficialBuildId>
2323
</PropertyGroup>
2424

2525
<ItemGroup>

repos/corefx.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<PackagesOutput>$(ProjectDirectory)/bin/packages/$(Configuration)</PackagesOutput>
2424
<CleanCommand>$(ProjectDirectory)/clean$(ShellExtension)</CleanCommand>
25-
<OfficialBuildId>20180919-02</OfficialBuildId>
25+
<OfficialBuildId>20181019-05</OfficialBuildId>
2626
</PropertyGroup>
2727

2828
<ItemGroup>

repos/fsharp.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))/dir.props" />
44
<PropertyGroup>
55
<PackagesOutput>$(ProjectDirectory)/BuildFromSource/Release/bin</PackagesOutput>
6-
<BuildRevision>171107</BuildRevision>
6+
<BuildRevision>181017</BuildRevision>
77
<BuildCommand>$(ProjectDirectory)/src/buildfromsource$(ShellExtension)</BuildCommand>
88
<RepoApiImplemented>false</RepoApiImplemented>
99
<!-- This repo is not currently built in ProdCon -->

0 commit comments

Comments
 (0)