Skip to content

Commit

Permalink
Enable internal runtimes and disable old creds (#56428)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitche committed Jul 11, 2024
1 parent 3504b3e commit 6aab04c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
1 change: 0 additions & 1 deletion .azure/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 96,6 @@ variables:
value: /bl:artifacts/log/Release/Build.Installers.binlog
- name: WindowsArm64InstallersLogArgs
value: /bl:artifacts/log/Release/Build.Installers.Arm64.binlog
- group: DotNetBuilds storage account read tokens
- name: _InternalRuntimeDownloadArgs
value: -RuntimeSourceFeed https://dotnetbuilds.blob.core.windows.net/internal
-RuntimeSourceFeedKey $(dotnetbuilds-internal-container-read-token-base64)
Expand Down
13 changes: 12 additions & 1 deletion .azure/pipelines/jobs/default-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 420,18 @@ jobs:
- ${{ parameters.beforeBuild }}

# - template: /eng/common/templates-official/steps/enable-internal-sources.yml@self
# - template: /eng/common/templates-official/steps/enable-internal-runtimes.yml@self
- template: /eng/common/templates-official/steps/enable-internal-runtimes.yml@self

# Populate dotnetbuilds-internal-container-read-token
- template: /eng/common/templates-official/steps/get-delegation-sas.yml
parameters:
federatedServiceConnection: 'dotnetbuilds-internal-read'
outputVariableName: 'dotnetbuilds-internal-container-read-token'
expiryInHours: 1
base64Encode: false
storageAccount: dotnetbuilds
container: internal
permissions: rl

# Add COMPlus_* environment variables to build steps.
- ${{ if ne(parameters.steps, '')}}:
Expand Down

0 comments on commit 6aab04c

Please sign in to comment.