]> git.deb.at Git - rhonda/impostor.git/commitdiff
AppVeyor
authorAeonLucid <aeonlucid@gmail.com>
Wed, 14 Oct 2020 12:24:25 +0000 (14:24 +0200)
committerAeonLucid <aeonlucid@gmail.com>
Wed, 14 Oct 2020 12:24:25 +0000 (14:24 +0200)
appveyor.yml

index b75b25ab22697d2f6081a8b7a343ed057dc6b703..1f698aea2b5614c1bace6f92f70142056f576177 100644 (file)
@@ -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
+  - "%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