Skip to content

Commit

Permalink
Fixed build script
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarlslund committed Jan 12, 2024
1 parent d73cd47 commit d2055d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Expand Up @@ -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 "") {
Expand Down

0 comments on commit d2055d2

Please sign in to comment.