We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c3f26 commit 05ec6f2Copy full SHA for 05ec6f2
azure-pipelines.yml
@@ -82,7 +82,7 @@ stages:
82
pool:
83
vmImage: ubuntu-latest
84
environment: 'NuGet'
85
- condition: and(eq(variables['build.sourceBranchName'], 'master'), startsWith(variables['build.sourceBranch'], 'refs/tags/'))
+ condition: and(eq(variables['build.sourceBranchName'], 'master'), startsWith(variables['build.sourceBranch'], 'refs/tags/'))
86
strategy:
87
runOnce:
88
deploy:
0 commit comments