updated build scripts

This commit is contained in:
TomPallister
2016-10-18 19:12:53 +01:00
parent 8b0ceeda5b
commit cb4b000b21
2 changed files with 2 additions and 3 deletions

View File

@ -3,8 +3,8 @@ echo -------------------------
echo Restoring Ocelot
dotnet restore src/Ocelot
echo Restoring Ocelot
dotnet restore src/Ocelot.Library
echo Restoring Ocelot.ManualTest
dotnet restore test/Ocelot.ManualTest/
echo Running Ocelot.UnitTests
dotnet restore test/Ocelot.UnitTests/