mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-15 20:14:18 +00:00
Update msbuild.ps1
This commit is contained in:
@ -2,3 +2,9 @@
|
||||
|
||||
# Windows (x86_64)
|
||||
msbuild /p:Configuration="debug" /p:Platform="windows-x86_64"
|
||||
|
||||
# Windows (i686)
|
||||
msbuild /p:Configuration="debug" /p:Platform="windows-i686"
|
||||
|
||||
# Windows (aarch64)
|
||||
msbuild /p:Configuration="debug" /p:Platform="windows-aarch64"
|
||||
|
Reference in New Issue
Block a user