mirror of
https://github.com/haven1433/HexManiacAdvance.git
synced 2026-03-21 17:34:13 -05:00
use correct variable for dotnet buid
This commit is contained in:
parent
cac12aa603
commit
b65acc02d1
|
|
@ -13,8 +13,8 @@ git commit -a -m "version bump"
|
|||
git tag v$version
|
||||
|
||||
rm -r artifacts/HexManiac.WPF/bin
|
||||
dotnet build -c Debug -p:Platform=x64
|
||||
dotnet build -c Release -p:Platform=x64
|
||||
dotnet build -c Debug -p:PlatformTarget=x64
|
||||
dotnet build -c Release -p:PlatformTarget=x64
|
||||
cd artifacts/HexManiac.WPF/bin/Debug/net6.0-windows
|
||||
zip ../../../../../HexManiacAdvance_x64.$version.debug.zip -r .
|
||||
cd ../../Release/net6.0-windows
|
||||
|
|
@ -22,7 +22,7 @@ zip ../../../../../HexManiacAdvance_x64.$version.zip -r .
|
|||
cd ../../../../..
|
||||
|
||||
rm -r artifacts/HexManiac.WPF/bin
|
||||
dotnet build -c Release -p:Platform=x86
|
||||
dotnet build -c Release -p:PlatformTarget=x86
|
||||
cd artifacts/HexManiac.WPF/bin/Release/net6.0-windows
|
||||
zip ../../../../../HexManiacAdvance_x86.$version.zip -r .
|
||||
cd ../../../../..
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user