File tree 3 files changed +3
-3
lines changed
common/core-templates/steps
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ variables:
19
19
value : true
20
20
- group : DotNet-HelixApi-Access
21
21
- name : _InternalRuntimeDownloadArgs
22
- value : /p:DotNetRuntimeSourceFeed=https://dotnetbuilds.blob.core.windows .net/internal /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)
22
+ value : /p:DotNetRuntimeSourceFeed=https://ci.dot .net/internal /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)
23
23
- name : LC_ALL
24
24
value : ' en_US.UTF-8'
25
25
- name : LANG
Original file line number Diff line number Diff line change 37
37
# in the default public locations.
38
38
internalRuntimeDownloadArgs=
39
39
if [ '$(dotnetbuilds-internal-container-read-token-base64)' != '$''(dotnetbuilds-internal-container-read-token-base64)' ]; then
40
- internalRuntimeDownloadArgs='/p:DotNetRuntimeSourceFeed=https://dotnetbuilds.blob.core.windows. net/internal /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64) --runtimesourcefeed https://dotnetbuilds.blob.core.windows .net/internal --runtimesourcefeedkey $(dotnetbuilds-internal-container-read-token-base64)'
40
+ internalRuntimeDownloadArgs='/p:DotNetRuntimeSourceFeed=https://ci.dot. net/internal /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64) --runtimesourcefeed https://ci.dot .net/internal --runtimesourcefeedkey $(dotnetbuilds-internal-container-read-token-base64)'
41
41
fi
42
42
43
43
buildConfig=Release
Original file line number Diff line number Diff line change 25
25
</PropertyGroup >
26
26
27
27
<ItemGroup >
28
- <AdditionalDotNetPackageFeed Include =" https://dotnetbuilds.blob.core.windows .net/internal"
28
+ <AdditionalDotNetPackageFeed Include =" https://ci.dot .net/internal"
29
29
Condition =" '$(SYSTEM_TEAMPROJECT)' == 'internal'" >
30
30
<SasToken >$([System.Environment]::GetEnvironmentVariable('DotNetBuildsInternalReadSasToken'))</SasToken >
31
31
</AdditionalDotNetPackageFeed >
You can’t perform that action at this time.
0 commit comments