Skip to content

Commit 6905cf2

Browse files
dotnet-maestro-botdagood
authored andcommitted
Update ProdCon to 20180815-01-1950261 (#692)
1 parent 6e1cadb commit 6905cf2

File tree

11 files changed

+14
-14
lines changed

11 files changed

+14
-14
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/20180809-01/final/index.json
1+
https://dotnetfeed.blob.core.windows.net/orchestrated-release-2-2/20180815-01/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>e91383b0cb9f94c965029902497a86453c9c8192</ProdConCurrentRef>
8+
<ProdConCurrentRef>222f28f0e1d1ccc987c574efb500e804d42add74</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.2.0-preview1-34941</MicrosoftAspNetCoreAllPackageVersion>
32-
<MicrosoftAspNetCoreAppPackageVersion>2.2.0-preview1-34941</MicrosoftAspNetCoreAppPackageVersion>
33-
<MicrosoftNETSdkRazorPackageVersion>2.2.0-preview1-34941</MicrosoftNETSdkRazorPackageVersion>
31+
<MicrosoftAspNetCoreAllPackageVersion>2.2.0-preview1-34992</MicrosoftAspNetCoreAllPackageVersion>
32+
<MicrosoftAspNetCoreAppPackageVersion>2.2.0-preview1-34992</MicrosoftAspNetCoreAppPackageVersion>
33+
<MicrosoftNETSdkRazorPackageVersion>2.2.0-preview1-34992</MicrosoftNETSdkRazorPackageVersion>
3434
</PropertyGroup>
3535

3636
<ItemGroup>

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>20180809-02</OfficialBuildId>
9+
<OfficialBuildId>20180815-03</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>20180809-06</OfficialBuildId>
13+
<OfficialBuildId>20180815-03</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>20180809-03</OfficialBuildId>
10+
<OfficialBuildId>20180815-03</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>20180809.3</OfficialBuildId>
5+
<OfficialBuildId>20180815.2</OfficialBuildId>
66
<OutputVersionArgs>/p:BUILD_BUILDNUMBER=$(OfficialBuildId)</OutputVersionArgs>
77
<BuildCommandArgs>--pack --configuration $(Configuration) $(OutputVersionArgs)</BuildCommandArgs>
88

src/core-setup

src/coreclr

Submodule coreclr updated 50 files

0 commit comments

Comments
 (0)