Skip to content

Instantly share code, notes, and snippets.

@panicoenlaxbox
Last active August 5, 2021 11:37
Show Gist options
  • Save panicoenlaxbox/2f78b9c825fbb075016065d89f92d63b to your computer and use it in GitHub Desktop.
Save panicoenlaxbox/2f78b9c825fbb075016065d89f92d63b to your computer and use it in GitHub Desktop.
Variable PackageVersionType
- pwsh: |
if ($env:PACKAGEVERSIONTYPE -eq '' -and $env:BUILD_SOURCEBRANCHNAME -ne 'main') {
Write-Host "##vso[task.setvariable variable=PACKAGEVERSIONTYPE]-alpha"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment