Update build scripts to use .NET SDK 7 for engine

This commit is contained in:
Wojtek Figat
2023-11-25 12:20:42 +01:00
parent 40d6e18e7e
commit cf155a4df4
13 changed files with 20 additions and 20 deletions

View File

@@ -33,4 +33,4 @@ jobs:
git lfs pull
- name: Build
run: |
.\Development\Scripts\Windows\CallBuildTool.bat -build -log -printSDKs -arch=ARM64 -platform=Android -configuration=Release -buildtargets=FlaxGame
.\Development\Scripts\Windows\CallBuildTool.bat -build -log -printSDKs -dotnet=7 -arch=ARM64 -platform=Android -configuration=Release -buildtargets=FlaxGame