|
|
@@ -79,14 +79,14 @@ variables:
|
|
|
- name: WindowsArm64InstallersLogArgs
|
|
|
value: /bl:artifacts/log/Release/Build.Installers.Arm64.binlog
|
|
|
- name: _InternalRuntimeDownloadArgs
|
|
|
- value: -RuntimeSourceFeed https://ci.dot.net/internal
|
|
|
+ value: -RuntimeSourceFeed https://dotnetbuilds.blob.core.windows.net/internal
|
|
|
-RuntimeSourceFeedKey $(dotnetbuilds-internal-container-read-token-base64)
|
|
|
/p:DotNetAssetRootAccessTokenSuffix='$(dotnetbuilds-internal-container-read-token-base64)'
|
|
|
# The code signing doesn't use the aspnet build scripts, so the msbuild parameters have to be passed directly. This
|
|
|
# is awkward but necessary because the eng/common/ build scripts don't add the msbuild properties automatically.
|
|
|
- name: _InternalRuntimeDownloadCodeSignArgs
|
|
|
value: $(_InternalRuntimeDownloadArgs)
|
|
|
- /p:DotNetRuntimeSourceFeed=https://ci.dot.net/internal
|
|
|
+ /p:DotNetRuntimeSourceFeed=https://dotnetbuilds.blob.core.windows.net/internal
|
|
|
/p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)
|
|
|
- group: DotNet-HelixApi-Access
|
|
|
- ${{ if notin(variables['Build.Reason'], 'PullRequest') }}:
|