artifacts for CI

This commit is contained in:
TomPallister 2016-10-12 20:58:20 +01:00
parent 276d5b9e4b
commit 3665347f83
2 changed files with 5 additions and 1 deletions

View File

@ -5,3 +5,7 @@ platform: Any CPU
environment: environment:
build_script: build_script:
- build.sh - build.sh
artifacts:
- path: artifacts\**\*.*
cache:
- '%USERPROFILE%\.nuget\packages'

View File

@ -17,6 +17,6 @@ echo Building Ocelot
dotnet restore src/Ocelot dotnet restore src/Ocelot
dotnet build src/Ocelot dotnet build src/Ocelot
dotnet publish src/Ocelot dotnet publish src/Ocelot -o artifacts/Ocelot