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