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/