mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-20 05:18:17 +08:00
started implementing service discovery integration
This commit is contained in:
8
run-acceptance-tests.bat
Executable file
8
run-acceptance-tests.bat
Executable file
@ -0,0 +1,8 @@
|
||||
echo Running Ocelot.AcceptanceTests
|
||||
cd test/Ocelot.AcceptanceTests/
|
||||
dotnet restore
|
||||
dotnet test
|
||||
cd ../../
|
||||
|
||||
echo Restoring Ocelot.ManualTest
|
||||
dotnet restore test/Ocelot.ManualTest/
|
Reference in New Issue
Block a user