Update main.yml

This commit is contained in:
DavidXanatos 2022-10-15 09:35:39 +02:00 committed by GitHub
parent 076f1beda8
commit e66901bb09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -103,14 +103,14 @@ jobs:
- name: Build Sandboxie-Plus x64
run: SandboxiePlus\qmake_plus.cmd x64
# - name: Build SbieShell x64
# run: msbuild /t:restore,build -p:RestorePackagesConfig=true SandboxiePlus\SbieShell\SbieShell.sln /p:Configuration="Release" /p:Platform=x64
- name: Build SbieShell x64
run: msbuild /t:restore,build -p:RestorePackagesConfig=true SandboxiePlus\SbieShell\SbieShell.sln /p:Configuration="Release" /p:Platform=x64
- name: Build Sandboxie-Plus ARM64
run: SandboxiePlus\qmake_plus.cmd ARM64
# - name: Build SbieShell ARM64
# run: msbuild /t:restore,build -p:RestorePackagesConfig=true SandboxiePlus\SbieShell\SbieShell.sln /p:Configuration="Release" /p:Platform=x64
- name: Build SbieShell ARM64
run: msbuild /t:restore,build -p:RestorePackagesConfig=true SandboxiePlus\SbieShell\SbieShell.sln /p:Configuration="Release" /p:Platform=ARM64
- name: Build Sandboxie-Plus x86
run: SandboxiePlus\qmake_plus.cmd Win32