Files
Discord.Net/init.ps1
RogueException b0db37cad6 Versions are hard
2017-01-25 18:00:00 -04:00

5 lines
145 B
PowerShell

if (Test-Path Env:\APPVEYOR_BUILD_NUMBER) {
$env:BUILD = "rc-$($env:APPVEYOR_BUILD_NUMBER.PadLeft(5, "0"))"
} else {
$env:BUILD = "dev"
}