We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0121974 commit 812097eCopy full SHA for 812097e
build.ps1
@@ -62,6 +62,5 @@ if ($args.Count -gt 0 -and $args[0] -eq "-Configuration") {
62
$Configuration = $args[1]
63
}
64
65
-Write-Host "Configuration: $Configuration" -ForegroundColor Yellow
66
dotnet build "./AquaMai.slnx" -c $Configuration
67
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
0 commit comments