merge and script updates

This commit is contained in:
Tom Gardham-Pallister
2016-08-25 21:07:01 +01:00
11 changed files with 198 additions and 154 deletions

View File

@ -3,14 +3,18 @@ echo -------------------------
echo Running Ocelot.UnitTests
dotnet restore test/Ocelot.UnitTests/
dotnet test test/Ocelot.UnitTests/
echo Running Ocelot.AcceptanceTests
dotnet restore test/Ocelot.AcceptanceTests/
dotnet test test/Ocelot.AcceptanceTests/
echo Building Ocelot
dotnet restore src/Ocelot
dotnet build src/Ocelot
dotnet publish src/Ocelot