diff --git a/appveyor.yml b/appveyor.yml index a5776074..294eeb49 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,3 +5,7 @@ platform: Any CPU environment: build_script: - build.sh +artifacts: +- path: artifacts\**\*.* +cache: +- '%USERPROFILE%\.nuget\packages' \ No newline at end of file diff --git a/build.sh b/build.sh index 1f04f561..c0ff2d8a 100755 --- a/build.sh +++ b/build.sh @@ -17,6 +17,6 @@ echo Building Ocelot dotnet restore src/Ocelot dotnet build src/Ocelot -dotnet publish src/Ocelot +dotnet publish src/Ocelot -o artifacts/Ocelot