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

index 77062efedefa08394e9ff5070035c8654dcc2309..76d22b4acd558ad766c2a8a31cc5866f06ecdb59 100644 (file)
@@ -34,13 +34,14 @@ before_build:
 
 build_script:
   - dotnet build "src/Impostor.Tests/Impostor.Tests.csproj" -c Release
-  - dotnet build "src/Impostor.Server/Impostor.Server.csproj" --no-restore -c Release -f net5.0
   - 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
+  - dotnet build "src/Impostor.Server/Impostor.Server.csproj" --no-restore -c Release -f net5.0
 
 test:
   assemblies:
-    - '**\*.Tests.dll'
+    only:
+      - 'src\Impostor.Tests\bin\Release\net5.0\Impostor.Tests.dll'
   
 only_commits:
   files: