mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 06:23:24 -07:00
Set Configuration to Release Agaub
This commit is contained in:
parent
5577b977de
commit
10e5f36bc1
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ if ($LASTEXITCODE -ne 0) {
|
||||||
|
|
||||||
# Step 2: Build and Package
|
# Step 2: Build and Package
|
||||||
Write-Host "Building and packaging the solution..."
|
Write-Host "Building and packaging the solution..."
|
||||||
msbuild "$SolutionFile" /p:Configuration=Debug /t:Rebuild /v:normal
|
msbuild "$SolutionFile" /p:Configuration=Release /t:Rebuild /v:normal
|
||||||
if ($LASTEXITCODE -ne 0) {
|
if ($LASTEXITCODE -ne 0) {
|
||||||
Write-Error "Build failed."
|
Write-Error "Build failed."
|
||||||
exit $LASTEXITCODE
|
exit $LASTEXITCODE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue