Modify build properties

This commit is contained in:
CrazyAlex25
2021-04-11 23:34:13 +01:00
committed by reaperrr
parent 5a0bcc01a6
commit 2d05e10819
12 changed files with 68 additions and 344 deletions

View File

@@ -64,7 +64,7 @@ jobs:
shell: powershell
run: |
# Work around runtime failures on the GH Actions runner
dotnet nuget locals all --clear
dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org
.\make.ps1 check
dotnet build OpenRA.Test\OpenRA.Test.csproj -c Debug --nologo -p:TargetPlatform=win-x64
dotnet test bin\OpenRA.Test.dll --test-adapter-path:.