From f97056bb82ecd0d198fa4ce5f1c65ca62d117cf6 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Thu, 26 Jul 2018 18:21:58 -0400 Subject: [PATCH] Fix build --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 566210beea..15541bc685 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -63,6 +63,9 @@ after_test: - ps: Remove-Item artifacts/ServerHost/appsettings.Docker.json - ps: Copy-Item -path "artifacts/ServerHost" -destination artifacts/ServerService/lib/Default -recurse - ps: ls artifacts/ServerService + #I have literally no idea how these jsons got here + - ps: Remove-Item -path artifacts/ServerService/appsettings.json + - ps: Remove-Item -path artifacts/ServerService/appsettings..Docker.json - 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/