diff --git a/appveyor.yml b/appveyor.yml index 09d281a0..410c858e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,6 +7,6 @@ build_script: test_script: - run-tests.bat artifacts: -- path: site\wwwroot\**\*.* +- path: artifacts\**\*.* cache: - '%USERPROFILE%\.nuget\packages' \ No newline at end of file diff --git a/build.bat b/build.bat index 6c89e8e6..03856cfb 100644 --- a/build.bat +++ b/build.bat @@ -5,7 +5,6 @@ echo Building Ocelot dotnet restore src/Ocelot dotnet restore src/Ocelot.Library dotnet build src/Ocelot -dotnet pack src/Ocelot/project.json --no-build --output nupkgs -dotnet publish src/Ocelot -o site/wwwroot +dotnet publish src/Ocelot -o artifacts/