Skip to content

Instantly share code, notes, and snippets.

@The-Running-Dev
Last active December 14, 2020 14:32
Show Gist options
  • Save The-Running-Dev/e9260d7f6fd427dfff88aa4761514c56 to your computer and use it in GitHub Desktop.
Save The-Running-Dev/e9260d7f6fd427dfff88aa4761514c56 to your computer and use it in GitHub Desktop.
Setting preview version based on source branch
# Set to preview version if the source branch is not the master branch
isPreviewVersion: ${{
ne(variables['Build.SourceBranch'], 'refs/heads/master')
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment