Skip to content

Commit 3fe52a1

Browse files
authored
[release/2.2] Update ProdCon to 20181110-02-2202235 (#865)
* Update ProdCon to 20181110-02-2202235 * Update prebuilt baselines
1 parent 0824940 commit 3fe52a1

File tree

11 files changed

+20
-21
lines changed

11 files changed

+20
-21
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-2/20181104-02/final/index.json
1+
https://dotnetfeed.blob.core.windows.net/orchestrated-release-2-2/20181110-02/final/index.json

dependencies.props

Lines changed: 1 addition & 1 deletion
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>a0956f313bca423a1c0e0ee8caf948cbbaf51c14</ProdConCurrentRef>
8+
<ProdConCurrentRef>cae6079213809461b63e60ecd2b7b40e053d04fc</ProdConCurrentRef>
99
<CoreClrCurrentRef>d2982064838c8c57e1f03ef9211679da72f4fd3a</CoreClrCurrentRef>
1010
<BuildToolsCurrentRef>c45fef92df48cbec1b73a48eb7b06e31b220986b</BuildToolsCurrentRef>
1111
</PropertyGroup>

repos/core-setup.proj

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

25-
<OfficialBuildId>20181104-04</OfficialBuildId>
25+
<OfficialBuildId>20181110-06</OfficialBuildId>
2626

2727
<!-- Need to set $(PackagesOutput) so WriteVersions writes the versions file for cli, until cli respects auto-dependency flow -->
2828
<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>20181104-03</OfficialBuildId>
22+
<OfficialBuildId>20181110-04</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>20181104-04</OfficialBuildId>
25+
<OfficialBuildId>20181110-04</OfficialBuildId>
2626
</PropertyGroup>
2727

2828
<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>20181106.8</OfficialBuildId>
5+
<OfficialBuildId>20181110.2</OfficialBuildId>
66

77
<OutputVersionArgs>/p:BUILD_BUILDNUMBER=$(OfficialBuildId)</OutputVersionArgs>
88

src/core-setup

tools-local/prebuilt-baseline-offline.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,9 @@
217217
<Usage Id="runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl" Version="4.3.2" Rid="fedora.24-x64" />
218218
<Usage Id="runtime.linux-x64.Microsoft.NETCore.App" Version="2.0.0" Rid="linux-x64" />
219219
<Usage Id="runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy" Version="2.0.0" Rid="linux-x64" />
220-
<Usage Id="runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy" Version="2.2.0-rtm-27023-02" Rid="linux-x64" />
220+
<Usage Id="runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy" Version="2.2.0-rtm-27109-04" Rid="linux-x64" />
221221
<Usage Id="runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver" Version="2.0.0" Rid="linux-x64" />
222-
<Usage Id="runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver" Version="2.2.0-rtm-27023-02" Rid="linux-x64" />
222+
<Usage Id="runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver" Version="2.2.0-rtm-27109-04" Rid="linux-x64" />
223223
<Usage Id="runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl" Version="4.3.0" Rid="opensuse.13.2-x64" />
224224
<Usage Id="runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl" Version="4.3.2" Rid="opensuse.13.2-x64" />
225225
<Usage Id="runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl" Version="4.3.0" Rid="opensuse.42.1-x64" />

0 commit comments

Comments
 (0)