updated build scriptos

This commit is contained in:
TomPallister 2016-10-14 20:20:03 +01:00
parent f545ba8620
commit 67af8841b2
2 changed files with 2 additions and 3 deletions

View File

@ -7,6 +7,6 @@ build_script:
test_script: test_script:
- run-tests.bat - run-tests.bat
artifacts: artifacts:
- path: site\wwwroot\**\*.* - path: artifacts\**\*.*
cache: cache:
- '%USERPROFILE%\.nuget\packages' - '%USERPROFILE%\.nuget\packages'

View File

@ -5,7 +5,6 @@ echo Building Ocelot
dotnet restore src/Ocelot dotnet restore src/Ocelot
dotnet restore src/Ocelot.Library dotnet restore src/Ocelot.Library
dotnet build src/Ocelot dotnet build src/Ocelot
dotnet pack src/Ocelot/project.json --no-build --output nupkgs dotnet publish src/Ocelot -o artifacts/
dotnet publish src/Ocelot -o site/wwwroot