@ -27,6 +27,7 @@ results/
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/
site/wwwroot/
# MSTest test Results
[Tt]est[Rr]esult*/
@ -7,6 +7,6 @@ build_script:
test_script:
- run-tests.bat
artifacts:
- path: artifacts\**\*.*
- path: site\wwwroot\*.*
cache:
- '%USERPROFILE%\.nuget\packages'
@ -17,6 +17,6 @@ echo Building Ocelot
dotnet restore src/Ocelot
dotnet restore src/Ocelot.Library
dotnet build src/Ocelot
dotnet publish src/Ocelot -o artifacts/Ocelot
dotnet publish src/Ocelot -o site/wwwroot