Attempt to fix build

This commit is contained in:
Wojtek Figat
2023-01-27 19:43:21 +01:00
parent 86c5f3675b
commit f6aea86aeb
2 changed files with 2 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ jobs:
cp Binaries/Editor/Linux/Development/FlaxEngine.CSharp.dll Binaries/Tests
cp Binaries/Editor/Linux/Development/FlaxEngine.CSharp.runtimeconfig.json Binaries/Tests
cp Binaries/Editor/Linux/Development/Newtonsoft.Json.dll Binaries/Tests
dotnet test -f net7.0 Binaries/Editor/Linux/Development/FlaxEngine.CSharp.dll
dotnet test -f net7.0 Binaries/Tests/FlaxEngine.CSharp.dll
- name: Test UseLargeWorlds
run: |
./Development/Scripts/Linux/CallBuildTool.sh -build -log -arch=x64 -platform=Linux -configuration=Development -buildtargets=FlaxTestsTarget -UseLargeWorlds=true

View File

@@ -11,6 +11,7 @@
<OutputType>Library</OutputType>
<OutputPath>..\..\..\Binaries\Tests\</OutputPath>
<DefineConstants>USE_NETCORE;FLAX_ASSERTIONS</DefineConstants>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>