diff --git a/scripts/build.ps1 b/scripts/build.ps1 index ed6af0c69..d10203545 100644 --- a/scripts/build.ps1 +++ b/scripts/build.ps1 @@ -5,6 +5,6 @@ $path_root = git rev-parse --show-toplevel Push-Location $path_root -& build.bat +& build.bat release Pop-Location