From 2dc24a5027994363c8018cccfa7fbb75cd2c6182 Mon Sep 17 00:00:00 2001 From: AeonLucid Date: Wed, 14 Oct 2020 14:27:19 +0200 Subject: [PATCH] pls --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 1f698ae..41570d4 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 - - "%xunit20%\xunit.console" "src/Impostor.Tests/bin/Debug/net5.0/Impostor.Tests.dll" -appveyor + - cmd: %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 -- 2.39.5