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

@@ -7,7 +7,7 @@ pushd
echo Building and packaging Flax Editor...
rem Run the build tool.
call "Development\Scripts\Windows\CallBuildTool.bat" -deploy -deployEditor -verbose -log -logFile="Cache\Intermediate\PackageLog.txt" %*
call "Development\Scripts\Windows\CallBuildTool.bat" -deploy -deployEditor -dotnet=7 -verbose -log -logFile="Cache\Intermediate\PackageLog.txt" %*
if errorlevel 1 goto BuildToolFailed
popd