From: AeonLucid Date: Wed, 14 Oct 2020 12:23:50 +0000 (+0200) Subject: AppVeyor X-Git-Tag: v1.2.2~113^2~11 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=9d88b5b440d7674fa37a91ecf914d4ebdeb84f1a;p=rhonda%2Fimpostor.git AppVeyor --- diff --git a/appveyor.yml b/appveyor.yml index f39cc6b..b75b25a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -35,7 +35,7 @@ before_build: build_script: # Tests - dotnet build "src/Impostor.Tests/Impostor.Tests.csproj" -c Release - - xunit.console src\Impostor.Tests\bin\Release\net5.0\Impostor.Tests.dll /appveyor + - %xunit20%\xunit.console "src/Impostor.Tests/bin/Debug/net5.0/Impostor.Tests.dll" -appveyor # Client - dotnet build "src/Impostor.Client/Impostor.Client.Cli/Impostor.Client.Cli.csproj" --no-restore -c Release -f net5.0 - dotnet build "src/Impostor.Client/Impostor.Client.WinForms/Impostor.Client.WinForms.csproj" /p:Configuration=Release /p:DebugSymbols=false /p:DebugType=None