Skip to content

Commit 6272f0a

Browse files
authored
[release/2.1] Update to new 2.1.3 build 20180720-01-1881271 (#661)
* Update CoreClr, ProdCon to servicing-26719-02, 20180720-01-1881271, respectively * Fix CLI patches
1 parent 90d4e15 commit 6272f0a

File tree

13 files changed

+16
-16
lines changed

13 files changed

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

dependencies.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
for which dotnet/versions commit was last used to update the dependency.
66
-->
77
<PropertyGroup>
8-
<ProdConCurrentRef>908dee01ee91f36bf97c69a33dcc2e54e4d837ac</ProdConCurrentRef>
9-
<CoreClrCurrentRef>908dee01ee91f36bf97c69a33dcc2e54e4d837ac</CoreClrCurrentRef>
8+
<ProdConCurrentRef>249d209ddf374b9fd057e23e1ddd8941aec117ee</ProdConCurrentRef>
9+
<CoreClrCurrentRef>249d209ddf374b9fd057e23e1ddd8941aec117ee</CoreClrCurrentRef>
1010
<BuildToolsCurrentRef>91c9a3b3374ff71e72c06d5773bd26598539aa1d</BuildToolsCurrentRef>
1111
</PropertyGroup>
1212

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 7c3f8f470aa6fd832ca0dfd6d7a94b2d9adeb6fb Mon Sep 17 00:00:00 2001
1+
From 2ada435dd1c0fa29d85ed0885eb5531eba6b5d31 Mon Sep 17 00:00:00 2001
22
From: Davis Goodin <dagood@microsoft.com>
33
Date: Mon, 16 Jul 2018 12:33:29 -0500
44
Subject: [PATCH] Fix NuGet SDK resolver PackageVersion property
@@ -10,7 +10,7 @@ https://github.com/dotnet/cli/issues/9669 is required to remove this patch.
1010
2 files changed, 2 insertions(+), 2 deletions(-)
1111

1212
diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props
13-
index 099c68052..618d48771 100644
13+
index 2b82b358d..31cf70e72 100644
1414
--- a/build/DependencyVersions.props
1515
+++ b/build/DependencyVersions.props
1616
@@ -52,7 +52,7 @@
@@ -19,7 +19,7 @@ index 099c68052..618d48771 100644
1919
<NuGetVersioningPackageVersion>$(NuGetBuildTasksPackageVersion)</NuGetVersioningPackageVersion>
2020
- <NuGetSdkResolverPackageVersion>$(NuGetBuildTasksPackageVersion)</NuGetSdkResolverPackageVersion>
2121
+ <MicrosoftBuildNuGetSdkResolverPackageVersion>$(NuGetBuildTasksPackageVersion)</MicrosoftBuildNuGetSdkResolverPackageVersion>
22-
<MicrosoftNETTestSdkPackageVersion>15.8.0-preview-20180605-02</MicrosoftNETTestSdkPackageVersion>
22+
<MicrosoftNETTestSdkPackageVersion>15.8.0</MicrosoftNETTestSdkPackageVersion>
2323
<MicrosoftTestPlatformCLIPackageVersion>$(MicrosoftNETTestSdkPackageVersion)</MicrosoftTestPlatformCLIPackageVersion>
2424
<MicrosoftTestPlatformBuildPackageVersion>$(MicrosoftNETTestSdkPackageVersion)</MicrosoftTestPlatformBuildPackageVersion>
2525
diff --git a/src/redist/redist.csproj b/src/redist/redist.csproj

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>20180711-05</OfficialBuildId>
9+
<OfficialBuildId>20180720-04</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>20180711-02</OfficialBuildId>
13+
<OfficialBuildId>20180720-02</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>20180711-08</OfficialBuildId>
10+
<OfficialBuildId>20180720-08</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>20180711.1</OfficialBuildId>
5+
<OfficialBuildId>20180720.2</OfficialBuildId>
66
<OutputVersionArgs>/p:BUILD_BUILDNUMBER=$(OfficialBuildId)</OutputVersionArgs>
77
<BuildCommandArgs>--pack --configuration $(Configuration) $(OutputVersionArgs)</BuildCommandArgs>
88

src/cli

Submodule cli updated 363 files

0 commit comments

Comments
 (0)