From d46af666cbbd03dd26bc097f4d6eb9909f525220 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Fri, 8 May 2020 14:07:33 -0400 Subject: [PATCH] Fixes #970 [TGSDeploy] --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index bb601fb349..6df9eb836d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -90,7 +90,7 @@ after_test: - ps: Copy-Item -path "artifacts/ServerHost" -destination artifacts/ServerConsole/lib/Default -recurse - ps: Move-Item -path artifacts/ServerConsole/lib/Default/appsettings.json -destination artifacts/ServerConsole/ #service - - ps: Copy-Item -path "src/Tgstation.Server.Host.Service/bin/$env:CONFIGURATION" -destination artifacts/ServerService -recurse + - ps: Copy-Item -path "src/Tgstation.Server.Host.Service/bin/$env:CONFIGURATION/net471/win" -destination artifacts/ServerService -recurse - ps: Copy-Item -path "artifacts/ServerHost" -destination artifacts/ServerService/lib/Default -recurse - ps: Move-Item -path artifacts/ServerService/lib/Default/appsettings.json -destination artifacts/ServerService/ - ps: Remove-Item artifacts/ServerHost/appsettings.json