This commit is contained in:
TomPallister
2016-10-12 21:08:06 +01:00
parent d78dc2847e
commit 1fcc0c20d3
4 changed files with 2 additions and 17 deletions

View File

@ -1,22 +0,0 @@
#!/bin/bash
echo -------------------------
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
cd ../../
echo Building Ocelot
dotnet restore src/Ocelot
dotnet build src/Ocelot
dotnet publish src/Ocelot -o artifacts/Ocelot