From 02e7c8d0a8aebd96245c7ee37f86cf328cb527a1 Mon Sep 17 00:00:00 2001 From: dotnet-bot Date: Wed, 17 May 2017 01:18:54 +0000 Subject: [PATCH 1/3] Update CoreSetup to preview2-25317-03 --- build/DependencyVersions.props | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props index c1717ef43..e7757c523 100644 --- a/build/DependencyVersions.props +++ b/build/DependencyVersions.props @@ -1,7 +1,7 @@ - 2.0.0-preview2-25309-07 + 2.0.0-preview2-25317-03 15.3.0-preview-000234-01 2.0.0-rc4-61325-08 2.0.0-preview2-20170506-1 @@ -14,8 +14,8 @@ 1.0.0-beta2-20170503-217 1.0.0-beta2-20170505-222 1.0.0-beta2-20170505-222 - 2.0.0-preview2-25309-07 - 2.0.0-preview2-25309-07 + 2.0.0-preview2-25317-03 + 2.0.0-preview2-25317-03 0.1.0-alpha-142 1.2.1-alpha-002130 2.0.0-preview1-92 From f583f219df38cb1917fde15003e03433ecb9687d Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Tue, 16 May 2017 20:54:02 -0500 Subject: [PATCH 2/3] Fixing the core-setup archive and installer paths for the new Runtime publish layout. --- build/BundledRuntimes.props | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/build/BundledRuntimes.props b/build/BundledRuntimes.props index 56e0a9c11..2672962a5 100644 --- a/build/BundledRuntimes.props +++ b/build/BundledRuntimes.props @@ -21,11 +21,8 @@ - master https://dotnetcli.azureedge.net/dotnet/ - $(CoreSetupBlobRootUrl)$(CoreSetupChannel) - $(CoreSetupBlobRootUrlWithChannel)/Binaries/$(SharedFrameworkVersion) - $(CoreSetupBlobRootUrlWithChannel)/Installers + $(CoreSetupBlobRootUrl)Runtime/ $(IntermediateDirectory)/coreSetupDownload/$(SharedFrameworkVersion) $(CoreSetupDownloadDirectory)/combinedSharedHostAndFrameworkArchive$(ArchiveExtension) @@ -48,28 +45,28 @@ <_DownloadAndExtractItem Include="CombinedSharedHostAndFrameworkArchive" Condition="!Exists('$(CombinedSharedHostAndFrameworkArchive)')"> - $(SharedFrameworkArchiveBlobRootUrl)/$(CombinedFrameworkHostCompressedFileName) + $(CoreSetupRootUrl)$(SharedFrameworkVersion)/$(CombinedFrameworkHostCompressedFileName) $(CombinedSharedHostAndFrameworkArchive) $(SharedFrameworkPublishDirectory) <_DownloadAndExtractItem Include="DownloadedSharedFrameworkInstallerFile" Condition="'$(SkipBuildingInstallers)' != 'true' And !Exists('$(DownloadedSharedFrameworkInstallerFile)') And '$(InstallerExtension)' != ''"> - $(CoreSetupInstallerBlobRootUrl)/$(SharedFrameworkVersion)/$(DownloadedSharedFrameworkInstallerFileName) + $(CoreSetupRootUrl)$(SharedFrameworkVersion)/$(DownloadedSharedFrameworkInstallerFileName) $(DownloadedSharedFrameworkInstallerFile) <_DownloadAndExtractItem Include="DownloadedSharedHostInstallerFile" Condition="'$(SkipBuildingInstallers)' != 'true' And !Exists('$(DownloadedSharedHostInstallerFile)') And '$(InstallerExtension)' != ''"> - $(CoreSetupInstallerBlobRootUrl)/$(SharedHostVersion)/$(DownloadedSharedHostInstallerFileName) + $(CoreSetupRootUrl)$(SharedHostVersion)/$(DownloadedSharedHostInstallerFileName) $(DownloadedSharedHostInstallerFile) <_DownloadAndExtractItem Include="DownloadedHostFxrInstallerFile" Condition="'$(SkipBuildingInstallers)' != 'true' And !Exists('$(DownloadedHostFxrInstallerFile)') And '$(InstallerExtension)' != ''"> - $(CoreSetupInstallerBlobRootUrl)/$(HostFxrVersion)/$(DownloadedHostFxrInstallerFileName) + $(CoreSetupRootUrl)$(HostFxrVersion)/$(DownloadedHostFxrInstallerFileName) $(DownloadedHostFxrInstallerFile) From 403b9717aec8916fdb8bd6f64b2c9d87769916f0 Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Thu, 18 May 2017 20:54:31 -0500 Subject: [PATCH 3/3] Update Core-Setup to 2.0.0-preview2-25319-02 --- build/DependencyVersions.props | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props index e7757c523..36ec3cc62 100644 --- a/build/DependencyVersions.props +++ b/build/DependencyVersions.props @@ -1,7 +1,7 @@ - 2.0.0-preview2-25317-03 + 2.0.0-preview2-25319-02 15.3.0-preview-000234-01 2.0.0-rc4-61325-08 2.0.0-preview2-20170506-1 @@ -14,8 +14,8 @@ 1.0.0-beta2-20170503-217 1.0.0-beta2-20170505-222 1.0.0-beta2-20170505-222 - 2.0.0-preview2-25317-03 - 2.0.0-preview2-25317-03 + 2.0.0-preview2-25319-02 + 2.0.0-preview2-25319-02 0.1.0-alpha-142 1.2.1-alpha-002130 2.0.0-preview1-92