Skip to content

Commit

Permalink
official release
Browse files Browse the repository at this point in the history
petrsnd committed Jan 22, 2021
1 parent 49e47c6 commit 69f6a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ trigger:
#
variables:
version: "6.8"
isPrerelease: ${{ true }}
isPrerelease: ${{ false }}
isReleaseBranch: $[ or( eq(variables['Build.SourceBranch'], 'refs/heads/master'), startsWith(variables['Build.SourceBranch'], 'refs/heads/release-') ) ]
shouldPublishZip: $[ eq( variables.isReleaseBranch, true ) ]
shouldPublishDocker: $[ and( eq( variables.isPrerelease, false ), eq( variables.isReleaseBranch, true ) ) ]

0 comments on commit 69f6a75

Please sign in to comment.