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