diff --git a/tools/ci_build/github/azure-pipelines/publish-nuget.yml b/tools/ci_build/github/azure-pipelines/publish-nuget.yml index e7c81bba347c3..3506f01b1988b 100644 --- a/tools/ci_build/github/azure-pipelines/publish-nuget.yml +++ b/tools/ci_build/github/azure-pipelines/publish-nuget.yml @@ -30,10 +30,10 @@ stages: - checkout: self submodules: false - - task: UsePythonVersion@0 - inputs: - versionSpec: '3.8' - addToPath: true + - task: UsePythonVersion@0 + inputs: + versionSpec: '3.8' + addToPath: true - template: templates/set-version-number-variables-step.yml