@@ -105,7 +105,7 @@ extends:
105105 oneESCompat :
106106 templateFolderName : templates-official
107107 publishTaskPrefix : 1ES.
108- runtimeSourceProperties : /p:DotNetRuntimeSourceFeed=https://dotnetbuilds.blob.core.windows .net/internal /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)
108+ runtimeSourceProperties : /p:DotNetRuntimeSourceFeed=https://ci.dot .net/internal /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)
109109 locBranch : release/9.0.2xx
110110 ${{ if and(eq(parameters.runTestBuild, false), ne(variables['Build.Reason'], 'PullRequest')) }} :
111111 timeoutInMinutes : 90
@@ -175,7 +175,7 @@ extends:
175175 oneESCompat :
176176 templateFolderName : templates-official
177177 publishTaskPrefix : 1ES.
178- runtimeSourceProperties : /p:DotNetRuntimeSourceFeed=https://dotnetbuilds.blob.core.windows .net/internal /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)
178+ runtimeSourceProperties : /p:DotNetRuntimeSourceFeed=https://ci.dot .net/internal /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)
179179 ${{ if and(eq(parameters.runTestBuild, false), ne(variables['Build.Reason'], 'PullRequest')) }} :
180180 timeoutInMinutes : 90
181181 linuxJobParameterSets :
@@ -277,7 +277,7 @@ extends:
277277 oneESCompat :
278278 templateFolderName : templates-official
279279 publishTaskPrefix : 1ES.
280- runtimeSourceProperties : /p:DotNetRuntimeSourceFeed=https://dotnetbuilds.blob.core.windows .net/internal /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)
280+ runtimeSourceProperties : /p:DotNetRuntimeSourceFeed=https://ci.dot .net/internal /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)
281281 ${{ if and(eq(parameters.runTestBuild, false), ne(variables['Build.Reason'], 'PullRequest')) }} :
282282 timeoutInMinutes : 90
283283 macOSJobParameterSets :
@@ -310,7 +310,7 @@ extends:
310310 parameters :
311311 oneESCompat :
312312 publishTaskPrefix : 1ES.
313- runtimeSourceProperties : /p:DotNetRuntimeSourceFeed=https://dotnetbuilds.blob.core.windows .net/internal /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)
313+ runtimeSourceProperties : /p:DotNetRuntimeSourceFeed=https://ci.dot .net/internal /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)
314314
315315 # ############## PUBLISH STAGE ###############
316316 - ${{ if and(eq(parameters.runTestBuild, false), ne(variables['Build.Reason'], 'PullRequest')) }} :
0 commit comments