diff --git a/tools/azdo_pipelines/run-publisher-with-env.yaml b/tools/azdo_pipelines/run-publisher-with-env.yaml index b188d4af..7d472d51 100644 --- a/tools/azdo_pipelines/run-publisher-with-env.yaml +++ b/tools/azdo_pipelines/run-publisher-with-env.yaml @@ -63,17 +63,18 @@ 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 }} + sources: ${{ parameters.CONFIGURATION_YAML_PATH }} encoding: "auto" - writeBOM: true + addBOM: true verbosity: "off" - actionOnMissing: "warn" - keepToken: false + missingVarAction: "none" + missingVarLog: "warn" + tokenPattern: "custom" tokenPrefix: "{#" tokenSuffix: "#}"