From d2055d24e45f8a778b8a924b10b3021d2fdcda39 Mon Sep 17 00:00:00 2001 From: Lars Karlslund Date: Fri, 12 Jan 2024 08:33:13 +0100 Subject: [PATCH] Fixed build script --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "") {