Cherry-pick internal runtime download change

This commit is contained in:
Matt Mitchell 2021-02-23 16:43:00 -08:00
parent 38fc6a8642
commit 23f416f8de

View file

@ -334,7 +334,7 @@
<DownloadFile Condition=" '@(ComponentToDownload)' != '' And '%(ComponentToDownload.ShouldDownload)' == 'true'"
Uri="%(ComponentToDownload.BaseUrl)/%(ComponentToDownload.DownloadFileName)"
PrivateUri="%(ComponentToDownload.PrivateBaseUrl)/%(ComponentToDownload.DownloadFileName)$(DOTNETCLIMSRC_READ_SAS_TOKEN)"
PrivateUri="%(ComponentToDownload.PrivateBaseUrl)/%(ComponentToDownload.DownloadFileName)$([System.Environment]::GetEnvironmentVariable('DOTNETCLIMSRC_READ_SAS_TOKEN'))"
DestinationPath="%(ComponentToDownload.DownloadDestination)" />
<ItemGroup>