From cb4b000b2195bdad59f91b1d3fb6ecb037f27b86 Mon Sep 17 00:00:00 2001 From: TomPallister Date: Tue, 18 Oct 2016 19:12:53 +0100 Subject: [PATCH] updated build scripts --- build.bat | 1 - run-tests.bat | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/build.bat b/build.bat index e1de8546..037ad2b4 100644 --- a/build.bat +++ b/build.bat @@ -2,7 +2,6 @@ echo ------------------------- echo Building Ocelot dotnet restore src/Ocelot -dotnet restore src/Ocelot.Library dotnet build src/Ocelot dotnet publish src/Ocelot -o artifacts/ diff --git a/run-tests.bat b/run-tests.bat index 853ea538..ae4856fc 100644 --- a/run-tests.bat +++ b/run-tests.bat @@ -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/