Last active
August 5, 2021 11:37
-
-
Save panicoenlaxbox/2f78b9c825fbb075016065d89f92d63b to your computer and use it in GitHub Desktop.
Variable PackageVersionType
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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