mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-20 06:38:15 +08:00
updated build scripts
This commit is contained in:
@ -1,12 +1,16 @@
|
||||
echo -------------------------
|
||||
|
||||
echo Running Ocelot.UnitTests
|
||||
echo Restoring Ocelot
|
||||
dotnet restore src/Ocelot
|
||||
|
||||
echo Restoring Ocelot
|
||||
dotnet restore src/Ocelot.Library
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user