diff --git a/build.ps1 b/build.ps1 index f55ae5e..91b8558 100644 --- a/build.ps1 +++ b/build.ps1 @@ -25,7 +25,7 @@ function BuildVariants { Set-Location $PSScriptRoot $COMMIT = git rev-parse --short HEAD -$VERSION = git describe --tags --exclude latest +$VERSION = git describe --tags --exclude latest --exclude devbuild $DIRTYFILES = git status --porcelain if ("$DIRTYFILES" -ne "") {