Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 3d39772

Browse files
author
John Beisner
committed
The URL root will include the "dotnet" container; the structure will be identical after the "dotnet" container.
1 parent 4aea36d commit 3d39772

File tree

7 files changed

+22
-22
lines changed

7 files changed

+22
-22
lines changed

build/AzureInfo.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<Project>
22
<PropertyGroup>
33
<Product>Sdk</Product>
4-
<AssetDownloadRootUrl>$(PB_AssetRootUrl)</AssetDownloadRootUrl>
5-
<AssetDownloadRootUrl Condition="'$(AssetDownloadRootUrl)' == ''">https://dotnetcli.azureedge.net</AssetDownloadRootUrl>
6-
<PrivateBlobAccessToken>$(PB_AssetRootAccessTokenSuffix)</PrivateBlobAccessToken>
7-
<PrivateBlobAccessTokenParam Condition="'$(PrivateBlobAccessToken)' != ''">?$(PrivateBlobAccessToken)</PrivateBlobAccessTokenParam>
4+
<CoreSetupBlobRootUrl>$(PB_AssetRootUrl)</CoreSetupBlobRootUrl>
5+
<CoreSetupBlobRootUrl Condition="'$(CoreSetupBlobRootUrl)' == ''">https://dotnetcli.azureedge.net/dotnet/</CoreSetupBlobRootUrl>
6+
<CoreSetupBlobAccessToken>$(PB_AssetRootAccessTokenSuffix)</CoreSetupBlobAccessToken>
7+
<CoreSetupBlobAccessTokenParam Condition=" '$(CoreSetupBlobAccessToken)' != '' ">?$(CoreSetupBlobAccessToken)</CoreSetupBlobAccessTokenParam>
88
<ArtifactContainerName>$(ARTIFACT_STORAGE_CONTAINER)</ArtifactContainerName>
99
<ArtifactContainerName Condition="'$(ArtifactContainerName)' == ''">dotnet</ArtifactContainerName>
1010
<ArtifactCloudDropAccessToken>$(ARTIFACT_STORAGE_KEY)</ArtifactCloudDropAccessToken>

build/BackwardsCompatibilityRuntimes.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<ItemGroup Condition=" '$(IncludeSharedFrameworksForBackwardsCompatibilityTests)' == 'true' ">
2727
<_DownloadAndExtractItem Include="BackwardsCompatibility110CombinedSharedHostAndFrameworkArchive"
2828
Condition="!Exists('$(BackwardsCompatibility110CombinedSharedHostAndFrameworkArchive)')">
29-
<Url>$(BackwardsCompatibility110SharedFrameworkArchiveBlobRootUrl)/$(BackwardsCompatibility110CombinedFrameworkHostCompressedFileName)$(PrivateBlobAccessTokenParam)</Url>
29+
<Url>$(BackwardsCompatibility110SharedFrameworkArchiveBlobRootUrl)/$(BackwardsCompatibility110CombinedFrameworkHostCompressedFileName)$(CoreSetupBlobAccessTokenParam)</Url>
3030
<DownloadFileName>$(BackwardsCompatibility110CombinedSharedHostAndFrameworkArchive)</DownloadFileName>
3131
<ExtractDestination>$(BackwardsCompatibleSharedFrameworksPublishDirectory)</ExtractDestination>
3232
<!-- don't overwrite the destination because there can be multiple shared fx's and they need to be combined -->
@@ -35,21 +35,21 @@
3535

3636
<_DownloadAndExtractItem Include="BackwardsCompatibility110DownloadedSharedFrameworkInstallerFile"
3737
Condition="!Exists('$(BackwardsCompatibility110DownloadedSharedFrameworkInstallerFile)') And '$(OSName)' != 'linux'">
38-
<Url>$(BackwardsCompatibility110CoreSetupInstallerBlobRootUrl)/$(BackwardsCompatibility110SharedFrameworkVersion)/$(BackwardsCompatibility110DownloadedSharedFrameworkInstallerFileName)$(PrivateBlobAccessTokenParam)</Url>
38+
<Url>$(BackwardsCompatibility110CoreSetupInstallerBlobRootUrl)/$(BackwardsCompatibility110SharedFrameworkVersion)/$(BackwardsCompatibility110DownloadedSharedFrameworkInstallerFileName)$(CoreSetupBlobAccessTokenParam)</Url>
3939
<DownloadFileName>$(BackwardsCompatibility110DownloadedSharedFrameworkInstallerFile)</DownloadFileName>
4040
<ExtractDestination></ExtractDestination>
4141
</_DownloadAndExtractItem>
4242

4343
<_DownloadAndExtractItem Include="BackwardsCompatibility110DownloadedSharedHostInstallerFile"
4444
Condition="!Exists('$(BackwardsCompatibility110DownloadedSharedHostInstallerFile)') And '$(OSName)' != 'linux'">
45-
<Url>$(BackwardsCompatibility110CoreSetupInstallerBlobRootUrl)/$(BackwardsCompatibility110SharedHostVersion)/$(BackwardsCompatibility110DownloadedSharedHostInstallerFileName)$(PrivateBlobAccessTokenParam)</Url>
45+
<Url>$(BackwardsCompatibility110CoreSetupInstallerBlobRootUrl)/$(BackwardsCompatibility110SharedHostVersion)/$(BackwardsCompatibility110DownloadedSharedHostInstallerFileName)$(CoreSetupBlobAccessTokenParam)</Url>
4646
<DownloadFileName>$(BackwardsCompatibility110DownloadedSharedHostInstallerFile)</DownloadFileName>
4747
<ExtractDestintation></ExtractDestintation>
4848
</_DownloadAndExtractItem>
4949

5050
<_DownloadAndExtractItem Include="BackwardsCompatibility110DownloadedHostFxrInstallerFile"
5151
Condition="!Exists('$(BackwardsCompatibility110DownloadedHostFxrInstallerFile)') And '$(OSName)' != 'linux'">
52-
<Url>$(BackwardsCompatibility110CoreSetupInstallerBlobRootUrl)/$(BackwardsCompatibility110HostFxrVersion)/$(BackwardsCompatibility110DownloadedHostFxrInstallerFileName)$(PrivateBlobAccessTokenParam)</Url>
52+
<Url>$(BackwardsCompatibility110CoreSetupInstallerBlobRootUrl)/$(BackwardsCompatibility110HostFxrVersion)/$(BackwardsCompatibility110DownloadedHostFxrInstallerFileName)$(CoreSetupBlobAccessTokenParam)</Url>
5353
<DownloadFileName>$(BackwardsCompatibility110DownloadedHostFxrInstallerFile)</DownloadFileName>
5454
<ExtractDestintation></ExtractDestintation>
5555
</_DownloadAndExtractItem>

build/BundledRuntimes.props

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,49 +55,49 @@
5555
<ItemGroup>
5656
<_DownloadAndExtractItem Include="CombinedSharedHostAndFrameworkArchive"
5757
Condition="!Exists('$(CombinedSharedHostAndFrameworkArchive)')">
58-
<Url>$(CoreSetupRootUrl)$(SharedFrameworkVersion)/$(CombinedFrameworkHostCompressedFileName)$(PrivateBlobAccessTokenParam)</Url>
58+
<Url>$(CoreSetupRootUrl)$(SharedFrameworkVersion)/$(CombinedFrameworkHostCompressedFileName)$(CoreSetupBlobAccessTokenParam)</Url>
5959
<DownloadFileName>$(CombinedSharedHostAndFrameworkArchive)</DownloadFileName>
6060
<ExtractDestination>$(SharedFrameworkPublishDirectory)</ExtractDestination>
6161
</_DownloadAndExtractItem>
6262

6363
<_DownloadAndExtractItem Include="DownloadedSharedFrameworkInstallerFile"
6464
Condition="'$(SkipBuildingInstallers)' != 'true' And !Exists('$(DownloadedSharedFrameworkInstallerFile)') And '$(InstallerExtension)' != ''">
65-
<Url>$(CoreSetupRootUrl)$(SharedFrameworkVersion)/$(DownloadedSharedFrameworkInstallerFileName)$(PrivateBlobAccessTokenParam)</Url>
65+
<Url>$(CoreSetupRootUrl)$(SharedFrameworkVersion)/$(DownloadedSharedFrameworkInstallerFileName)$(CoreSetupBlobAccessTokenParam)</Url>
6666
<DownloadFileName>$(DownloadedSharedFrameworkInstallerFile)</DownloadFileName>
6767
<ExtractDestination></ExtractDestination>
6868
</_DownloadAndExtractItem>
6969

7070
<_DownloadAndExtractItem Include="DownloadedSharedHostInstallerFile"
7171
Condition="'$(SkipBuildingInstallers)' != 'true' And !Exists('$(DownloadedSharedHostInstallerFile)') And '$(InstallerExtension)' != ''">
72-
<Url>$(CoreSetupRootUrl)$(SharedHostVersion)/$(DownloadedSharedHostInstallerFileName)$(PrivateBlobAccessTokenParam)</Url>
72+
<Url>$(CoreSetupRootUrl)$(SharedHostVersion)/$(DownloadedSharedHostInstallerFileName)$(CoreSetupBlobAccessTokenParam)</Url>
7373
<DownloadFileName>$(DownloadedSharedHostInstallerFile)</DownloadFileName>
7474
<ExtractDestination></ExtractDestination>
7575
</_DownloadAndExtractItem>
7676

7777
<_DownloadAndExtractItem Include="DownloadedHostFxrInstallerFile"
7878
Condition="'$(SkipBuildingInstallers)' != 'true' And !Exists('$(DownloadedHostFxrInstallerFile)') And '$(InstallerExtension)' != ''">
79-
<Url>$(CoreSetupRootUrl)$(HostFxrVersion)/$(DownloadedHostFxrInstallerFileName)$(PrivateBlobAccessTokenParam)</Url>
79+
<Url>$(CoreSetupRootUrl)$(HostFxrVersion)/$(DownloadedHostFxrInstallerFileName)$(CoreSetupBlobAccessTokenParam)</Url>
8080
<DownloadFileName>$(DownloadedHostFxrInstallerFile)</DownloadFileName>
8181
<ExtractDestination></ExtractDestination>
8282
</_DownloadAndExtractItem>
8383

8484
<_DownloadAndExtractItem Include="AspNetCoreRuntimeInstallerWixLibFile"
8585
Condition=" '$(AspNetCoreRuntimeInstallerWixLibFile)' != '' And !Exists('$(AspNetCoreRuntimeInstallerWixLibFile)')">
86-
<Url>$(AspNetCoreRuntimeInstallerBlobRootUrl)/$(AspNetCoreRuntimeInstallerWixLibFileName)$(PrivateBlobAccessTokenParam)</Url>
86+
<Url>$(AspNetCoreRuntimeInstallerBlobRootUrl)/$(AspNetCoreRuntimeInstallerWixLibFileName)$(CoreSetupBlobAccessTokenParam)</Url>
8787
<DownloadFileName>$(AspNetCoreRuntimeInstallerWixLibFile)</DownloadFileName>
8888
<ExtractDestination></ExtractDestination>
8989
</_DownloadAndExtractItem>
9090

9191
<_DownloadAndExtractItem Include="AspNetCoreRuntimeInstallerArchiveFile"
9292
Condition="!Exists('$(AspNetCoreRuntimeInstallerArchiveFile)')">
93-
<Url>$(AspNetCoreRuntimeInstallerBlobRootUrl)/$(AspNetCoreRuntimeInstallerArchiveFileName)$(PrivateBlobAccessTokenParam)</Url>
93+
<Url>$(AspNetCoreRuntimeInstallerBlobRootUrl)/$(AspNetCoreRuntimeInstallerArchiveFileName)$(CoreSetupBlobAccessTokenParam)</Url>
9494
<DownloadFileName>$(AspNetCoreRuntimeInstallerArchiveFile)</DownloadFileName>
9595
<ExtractDestination>$(AspNetRuntimePackageStorePublishDirectory)</ExtractDestination>
9696
</_DownloadAndExtractItem>
9797

9898
<_DownloadAndExtractItem Include="AspNetCoreSharedRuntimeVersionFile"
9999
Condition="!Exists('$(AspNetCoreSharedRuntimeVersionFile)')">
100-
<Url>$(AspNetCoreRuntimeInstallerBlobRootUrl)/$(AspNetCoreSharedRuntimeVersionFileName)$(PrivateBlobAccessTokenParam)</Url>
100+
<Url>$(AspNetCoreRuntimeInstallerBlobRootUrl)/$(AspNetCoreSharedRuntimeVersionFileName)$(CoreSetupBlobAccessTokenParam)</Url>
101101
<DownloadFileName>$(AspNetCoreSharedRuntimeVersionFile)</DownloadFileName>
102102
<ExtractDestination></ExtractDestination>
103103
</_DownloadAndExtractItem>

build/compile/LzmaArchive.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Inputs="$(IntermediateArchive)"
1313
Outputs="$(FinalArchive)"
1414
Condition=" '$(IncludeNuGetPackageArchive)' == 'true' ">
15-
<DownloadFile Uri="$(NugetPackagesArchiveBlobUrl)$(PrivateBlobAccessTokenParam)"
15+
<DownloadFile Uri="$(NugetPackagesArchiveBlobUrl)$(CoreSetupBlobAccessTokenParam)"
1616
DestinationPath="$(IntermediateArchive)"
1717
ContinueOnError="WarnAndContinue" />
1818

build/package/Installer.DEB.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@
129129
<DownloadedSharedAspNetCoreRuntime>$(PackagesDirectory)/$(AspNetCoreRuntimeDebInstallerFileName)</DownloadedSharedAspNetCoreRuntime>
130130
</PropertyGroup>
131131
<DownloadFile
132-
Uri="$(AspNetCoreRuntimeInstallerBlobRootUrl)/$(AspNetCoreRuntimeDebInstallerFileName200)$(PrivateBlobAccessTokenParam)"
132+
Uri="$(AspNetCoreRuntimeInstallerBlobRootUrl)/$(AspNetCoreRuntimeDebInstallerFileName200)$(CoreSetupBlobAccessTokenParam)"
133133
DestinationPath="$(DownloadedSharedAspNetCoreRuntime200)"/>
134134
<DownloadFile
135-
Uri="$(AspNetCoreRuntimeInstallerBlobRootUrl)/$(AspNetCoreRuntimeDebInstallerFileName)$(PrivateBlobAccessTokenParam)"
135+
Uri="$(AspNetCoreRuntimeInstallerBlobRootUrl)/$(AspNetCoreRuntimeDebInstallerFileName)$(CoreSetupBlobAccessTokenParam)"
136136
DestinationPath="$(DownloadedSharedAspNetCoreRuntime)"/>
137137
</Target>
138138
</Project>

build/package/Installer.MSI.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- AcquireWix Properties -->
44
<PropertyGroup>
55
<WixVersion>3.10.2</WixVersion>
6-
<WixDownloadUrl>$(AssetDownloadRootUrl)/build/wix/wix.$(WixVersion).zip</WixDownloadUrl>
6+
<WixDownloadUrl>https://dotnetcli.azureedge.net/build/wix/wix.$(WixVersion).zip</WixDownloadUrl>
77
<WixRoot>$(IntermediateDirectory)/WixTools/$(WixVersion)</WixRoot>
88
<WixDestinationPath>$(WixRoot)/WixTools.$(WixVersion).zip</WixDestinationPath>
99
<WixDownloadSentinel>$(WixRoot)/WixDownload.$(WixVersion).sentinel</WixDownloadSentinel>
@@ -85,7 +85,7 @@
8585
Encoding="Unicode"/>
8686

8787
<DownloadFile
88-
Uri="$(WixDownloadUrl)$(PrivateBlobAccessTokenParam)"
88+
Uri="$(WixDownloadUrl)"
8989
DestinationPath="$(WixDestinationPath)"
9090
Overwrite="false" />
9191

build/package/Installer.RPM.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,10 @@
191191
<DownloadedSharedAspNetCoreRuntime>$(PackagesDirectory)/$(AspNetCoreRuntimeRpmInstallerFileName)</DownloadedSharedAspNetCoreRuntime>
192192
</PropertyGroup>
193193
<DownloadFile
194-
Uri="$(AspNetCoreRuntimeInstallerBlobRootUrl)/$(AspNetCoreRuntimeRpmInstallerFileName200)$(PrivateBlobAccessTokenParam)"
194+
Uri="$(AspNetCoreRuntimeInstallerBlobRootUrl)/$(AspNetCoreRuntimeRpmInstallerFileName200)$(CoreSetupBlobAccessTokenParam)"
195195
DestinationPath="$(DownloadedSharedAspNetCoreRuntime200)"/>
196196
<DownloadFile
197-
Uri="$(AspNetCoreRuntimeInstallerBlobRootUrl)/$(AspNetCoreRuntimeRpmInstallerFileName)$(PrivateBlobAccessTokenParam)"
197+
Uri="$(AspNetCoreRuntimeInstallerBlobRootUrl)/$(AspNetCoreRuntimeRpmInstallerFileName)$(CoreSetupBlobAccessTokenParam)"
198198
DestinationPath="$(DownloadedSharedAspNetCoreRuntime)"/>
199199
</Target>
200200

0 commit comments

Comments
 (0)