From 3665347f833ea554010b4a8bff7cdfbdcf148e4b Mon Sep 17 00:00:00 2001 From: TomPallister Date: Wed, 12 Oct 2016 20:58:20 +0100 Subject: [PATCH] artifacts for CI --- appveyor.yml | 4 ++++ build.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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