From 17b24d3da505fc6dd652e10a50c5a0a309e97902 Mon Sep 17 00:00:00 2001 From: TomPallister Date: Thu, 13 Oct 2016 20:40:03 +0100 Subject: [PATCH] changes to get ftp deploy working from appveyor --- .gitignore | 1 + appveyor.yml | 2 +- build.bat | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7639ba0d..1acefa83 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ results/ .vs/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ +site/wwwroot/ # MSTest test Results [Tt]est[Rr]esult*/ diff --git a/appveyor.yml b/appveyor.yml index 410c858e..d2b5d90c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,6 +7,6 @@ build_script: test_script: - run-tests.bat artifacts: -- path: artifacts\**\*.* +- path: site\wwwroot\*.* cache: - '%USERPROFILE%\.nuget\packages' \ No newline at end of file diff --git a/build.bat b/build.bat index 4406d204..4b064953 100644 --- a/build.bat +++ b/build.bat @@ -17,6 +17,6 @@ echo Building Ocelot dotnet restore src/Ocelot dotnet restore src/Ocelot.Library dotnet build src/Ocelot -dotnet publish src/Ocelot -o artifacts/Ocelot +dotnet publish src/Ocelot -o site/wwwroot