mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 16:18:14 +08:00
merge and script updates
This commit is contained in:
4
build.sh
4
build.sh
@ -3,14 +3,18 @@ echo -------------------------
|
||||
|
||||
echo Running Ocelot.UnitTests
|
||||
|
||||
dotnet restore test/Ocelot.UnitTests/
|
||||
dotnet test test/Ocelot.UnitTests/
|
||||
|
||||
echo Running Ocelot.AcceptanceTests
|
||||
|
||||
dotnet restore test/Ocelot.AcceptanceTests/
|
||||
dotnet test test/Ocelot.AcceptanceTests/
|
||||
|
||||
echo Building Ocelot
|
||||
|
||||
dotnet restore src/Ocelot
|
||||
dotnet build src/Ocelot
|
||||
dotnet publish src/Ocelot
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user