From 98619ba0ab7ffc33f06c03dcb39b10c59f1f32a0 Mon Sep 17 00:00:00 2001 From: Justin Anderson Date: Fri, 30 Aug 2024 13:50:15 -0700 Subject: [PATCH] Get runtime feed token for Helix (#7235) --- eng/pipelines/jobs/test-binaries.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/eng/pipelines/jobs/test-binaries.yml b/eng/pipelines/jobs/test-binaries.yml index 01078684b3e..2c8c9159da3 100644 --- a/eng/pipelines/jobs/test-binaries.yml +++ b/eng/pipelines/jobs/test-binaries.yml @@ -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