From 6640a6c8edc1107d75f4e53c5a93cf3c21a4f763 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Wed, 25 Jul 2018 12:26:50 -0400 Subject: [PATCH] NANI!? --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index e970d12c50..566210beea 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -62,6 +62,7 @@ after_test: - ps: Copy-Item -path "src/Tgstation.Server.Host.Service/bin/$env:CONFIGURATION" -destination artifacts/ServerService -recurse - ps: Remove-Item artifacts/ServerHost/appsettings.Docker.json - ps: Copy-Item -path "artifacts/ServerHost" -destination artifacts/ServerService/lib/Default -recurse + - ps: ls artifacts/ServerService - ps: Move-Item -path artifacts/ServerService/lib/Default/appsettings.json -destination artifacts/ServerService/ - 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/