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 66a1f12 commit 50f7fc0Copy full SHA for 50f7fc0
.azure-pipelines/ci-build.yml
@@ -309,6 +309,7 @@ extends:
309
publishFeedCredentials: 'OpenAPI Nuget Connection'
310
311
- deployment: create_github_release
312
+ condition: and(contains(variables['build.SourceBranch'], 'refs/tags/v'), succeeded())
313
templateContext:
314
type: releaseJob
315
isProduction: true
0 commit comments