Ocelot/build.sh
2016-08-19 22:02:13 +01:00

17 lines
242 B
Bash
Executable File

#!/bin/bash
echo -------------------------
echo Running Ocelot.UnitTests
dotnet test test/Ocelot.UnitTests/
echo Running Ocelot.AcceptanceTests
dotnet test test/Ocelot.AcceptanceTests/
echo Building Ocelot
dotnet publish src/Ocelot