From 8980f057528389eeb77986bfb8b06ae9c2ebec7b Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Mon, 23 Jul 2018 23:14:53 -0400 Subject: [PATCH] Add server service to the build --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 98c9cb64f1..ec4f659cbe 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,6 +16,9 @@ configuration: shallow_clone: true artifacts: - path: artifacts/ServerConsole + name: Server Console + - path: artifacts/ServerService + name: Server Service cache: - ~\.nuget\packages -> **\*.csproj - C:\ProgramData\chocolatey\bin -> appveyor.yml @@ -53,6 +56,7 @@ after_test: - ps: build/UploadCoverage.ps1 - ps: build/BuildDox.ps1 - dotnet publish src/Tgstation.Server.Host.Console/Tgstation.Server.Host.Console.csproj -o ../../artifacts/ServerConsole -c %CONFIGURATION% + - ps: Copy-Item -path "src/Tgstation.Server.Host.Service/bin/($env:CONFIGURATION)" -destination ../../artifacts/ServerService -recurse deploy: - provider: GitHub release: "tgstation-server-v$(TGSVersion)"