updated build scripts

This commit is contained in:
tom.pallister
2016-10-14 08:26:51 +01:00
parent 921f138344
commit 35fa32c090
3 changed files with 9 additions and 14 deletions

View File

@ -1,12 +1,16 @@
echo -------------------------
echo Running Ocelot.UnitTests
echo Restoring Ocelot
dotnet restore src/Ocelot
echo Restoring Ocelot
dotnet restore src/Ocelot.Library
echo Running Ocelot.UnitTests
dotnet restore test/Ocelot.UnitTests/
dotnet test test/Ocelot.UnitTests/
echo Running Ocelot.AcceptanceTests
cd test/Ocelot.AcceptanceTests/
dotnet restore
dotnet test