Skip to content

Commit

Permalink
Get runtime feed token for Helix (#7235)
Browse files Browse the repository at this point in the history
  • Loading branch information
jander-msft authored Aug 30, 2024
1 parent 80c2831 commit 98619ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions eng/pipelines/jobs/test-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ jobs:
-DestinationFolder "$(HelixNodejsPayloadPath)"
displayName: Hydrate Node.js Installation Non-Linux

# Populate dotnetbuilds-internal-container-read-token for Helix
- template: /eng/common/templates/steps/enable-internal-runtimes.yml
parameters:
outputVariableName: 'dotnetbuilds-internal-container-read-token'
base64Encode: false

- ${{ else }}:
- ${{ if ne(parameters.osGroup, 'Windows') }}:
- task: NodeTool@0
Expand Down

0 comments on commit 98619ba

Please sign in to comment.