]> git.deb.at Git - rhonda/impostor.git/commitdiff
AppVeyor
authorAeonLucid <aeonlucid@gmail.com>
Wed, 14 Oct 2020 12:05:20 +0000 (14:05 +0200)
committerAeonLucid <aeonlucid@gmail.com>
Wed, 14 Oct 2020 12:05:20 +0000 (14:05 +0200)
appveyor.yml
src/Impostor.Client/Directory.Build.props

index b1a2ac7ec49a4b00019574575f7b0b2c39527049..e022d247ceb1e16a6be78166a3718f6a91dac07f 100644 (file)
@@ -22,7 +22,6 @@ dotnet_csproj:
   informational_version: '{version}'
 
 image: Visual Studio 2019 Preview
-configuration: Release
 
 environment:
   DOTNET_CLI_TELEMETRY_OPTOUT: 1
@@ -34,9 +33,14 @@ before_build:
   - dotnet restore "src/Impostor.sln" -v Minimal
 
 build_script:
-  - dotnet build "src/Impostor.Client/Impostor.Client.Cli/Impostor.Client.Cli.csproj" -c Release
-  - dotnet build "src/Impostor.Client/Impostor.Client.WinForms/Impostor.Client.WinForms.csproj" -c Release
-  - dotnet build "src/Impostor.Server/Impostor.Server.csproj" -c Release
+  - 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
+
+test:
+  assemblies:
+    - 'src/**/*.Tests.dll'
   
 only_commits:
   files:
index 606cd2e95f4894a1d8c77ea713f38bf4144da650..5302edd3d3169e59dd8831f03375c19c66e99d7e 100644 (file)
@@ -1,6 +1,5 @@
 <Project>
     <PropertyGroup>
-        <AssemblyName>Impostor</AssemblyName>
         <AssemblyTitle>Impostor</AssemblyTitle>
         <Product>Impostor</Product>
         <Copyright>Copyright © AeonLucid 2020</Copyright>