From 0f7c40f8f21b21276207dfcf15d86d5a0d1d4c7c Mon Sep 17 00:00:00 2001 From: Jeroen Maes Date: Wed, 17 Apr 2024 17:10:32 +0200 Subject: [PATCH] Use latest version AzDo replacetokens task --- tools/azdo_pipelines/run-publisher-with-env.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/azdo_pipelines/run-publisher-with-env.yaml b/tools/azdo_pipelines/run-publisher-with-env.yaml index e8e846df..a9a7c7e8 100644 --- a/tools/azdo_pipelines/run-publisher-with-env.yaml +++ b/tools/azdo_pipelines/run-publisher-with-env.yaml @@ -63,9 +63,9 @@ steps: addSpnToEnvironment: true failOnStandardError: true - # replacetokens@3 task will need to be installed to use + # replacetokens@6 task will need to be installed to use - ${{ if ne(parameters.CONFIGURATION_YAML_PATH, '') }}: - - task: qetza.replacetokens.replacetokens-task.replacetokens@3 + - task: qetza.replacetokens.replacetokens-task.replacetokens@6 displayName: "Perform namevalue secret substitution in ${{ parameters.CONFIGURATION_YAML_PATH }}" inputs: targetFiles: ${{ parameters.CONFIGURATION_YAML_PATH }}