From 4fe43c7c38fec9fe27973c14b7794763b06fb5bf Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Mon, 30 Mar 2020 13:42:10 -0400 Subject: [PATCH] [NugetDeploy] attempt #4 --- appveyor.yml | 11 ++--------- .../Tgstation.Server.Host.Console.csproj | 2 +- .../Tgstation.Server.Host.Service.csproj | 2 +- .../Tgstation.Server.Host.Watchdog.csproj | 2 +- .../Tgstation.Server.Host.csproj | 1 + 5 files changed, 6 insertions(+), 12 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 0bcc158de5..57cb634904 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -51,6 +51,7 @@ build: verbosity: minimal publish_nuget: true publish_nuget_symbols: true + use_snupkg_format: true test_script: - OpenCover.Console.exe -returntargetcode -register:user -target:"C:/Program Files/dotnet/dotnet.exe" -targetargs:"test -c %CONFIGURATION% --logger:trx;LogFileName=results.trx /p:DebugType=full tests/Tgstation.Server.Api.Tests/Tgstation.Server.Api.Tests.csproj" -filter:"+[Tgstation.Server*]* -[Tgstation.Server.Api.Tests*]*" -output:".\api_coverage.xml" -oldstyle - ps: $wc = New-Object 'System.Net.WebClient' @@ -105,14 +106,6 @@ deploy: - provider: NuGet api_key: secure: DzllxD27WDdbXf/U9myiLcu/DBlJBk1rlrPv629JHluIsffaJUbY1L+TRYo5gwjf - skip_symbols: true - artifact: /.*\.Api\.nupkg/ - on: - NugetDeploy: "Do it." - - provider: NuGet - api_key: - secure: DzllxD27WDdbXf/U9myiLcu/DBlJBk1rlrPv629JHluIsffaJUbY1L+TRYo5gwjf - skip_symbols: true - artifact: /.*\.Client\.nupkg/ + artifact: /.*\.nupkg/ on: NugetDeploy: "Do it." diff --git a/src/Tgstation.Server.Host.Console/Tgstation.Server.Host.Console.csproj b/src/Tgstation.Server.Host.Console/Tgstation.Server.Host.Console.csproj index fdb1b6513a..bda8f6466e 100644 --- a/src/Tgstation.Server.Host.Console/Tgstation.Server.Host.Console.csproj +++ b/src/Tgstation.Server.Host.Console/Tgstation.Server.Host.Console.csproj @@ -8,7 +8,7 @@ $(TgsCoreVersion) ../../build/analyzers.ruleset latest - false + false diff --git a/src/Tgstation.Server.Host.Service/Tgstation.Server.Host.Service.csproj b/src/Tgstation.Server.Host.Service/Tgstation.Server.Host.Service.csproj index 3632ca87e1..5768a9e7ce 100644 --- a/src/Tgstation.Server.Host.Service/Tgstation.Server.Host.Service.csproj +++ b/src/Tgstation.Server.Host.Service/Tgstation.Server.Host.Service.csproj @@ -10,7 +10,7 @@ ../../build/analyzers.ruleset latest bin\Debug\Tgstation.Server.Host.Console.xml - false + false diff --git a/src/Tgstation.Server.Host.Watchdog/Tgstation.Server.Host.Watchdog.csproj b/src/Tgstation.Server.Host.Watchdog/Tgstation.Server.Host.Watchdog.csproj index b25f01246a..d5f12828af 100644 --- a/src/Tgstation.Server.Host.Watchdog/Tgstation.Server.Host.Watchdog.csproj +++ b/src/Tgstation.Server.Host.Watchdog/Tgstation.Server.Host.Watchdog.csproj @@ -8,7 +8,7 @@ $(TgsCoreVersion) ../../build/analyzers.ruleset latest - false + false diff --git a/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj b/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj index 10e05ccc22..ff0b8f07be 100644 --- a/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj +++ b/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj @@ -7,6 +7,7 @@ $(TgsCoreVersion) latest ../../build/analyzers.ruleset + false