From: AeonLucid Date: Wed, 14 Oct 2020 12:05:20 +0000 (+0200) Subject: AppVeyor X-Git-Tag: v1.2.2~113^2~17 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=f25d1308fe179d3de32e66a2cf30a7769c69c99b;p=rhonda%2Fimpostor.git AppVeyor --- diff --git a/appveyor.yml b/appveyor.yml index b1a2ac7..e022d24 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: diff --git a/src/Impostor.Client/Directory.Build.props b/src/Impostor.Client/Directory.Build.props index 606cd2e..5302edd 100644 --- a/src/Impostor.Client/Directory.Build.props +++ b/src/Impostor.Client/Directory.Build.props @@ -1,6 +1,5 @@ - Impostor Impostor Impostor Copyright © AeonLucid 2020