mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 06:42:50 +08:00
updated build scripts
This commit is contained in:
parent
8b0ceeda5b
commit
cb4b000b21
@ -2,7 +2,6 @@ echo -------------------------
|
|||||||
|
|
||||||
echo Building Ocelot
|
echo Building Ocelot
|
||||||
dotnet restore src/Ocelot
|
dotnet restore src/Ocelot
|
||||||
dotnet restore src/Ocelot.Library
|
|
||||||
dotnet build src/Ocelot
|
dotnet build src/Ocelot
|
||||||
dotnet publish src/Ocelot -o artifacts/
|
dotnet publish src/Ocelot -o artifacts/
|
||||||
|
|
||||||
|
@ -3,8 +3,8 @@ echo -------------------------
|
|||||||
echo Restoring Ocelot
|
echo Restoring Ocelot
|
||||||
dotnet restore src/Ocelot
|
dotnet restore src/Ocelot
|
||||||
|
|
||||||
echo Restoring Ocelot
|
echo Restoring Ocelot.ManualTest
|
||||||
dotnet restore src/Ocelot.Library
|
dotnet restore test/Ocelot.ManualTest/
|
||||||
|
|
||||||
echo Running Ocelot.UnitTests
|
echo Running Ocelot.UnitTests
|
||||||
dotnet restore test/Ocelot.UnitTests/
|
dotnet restore test/Ocelot.UnitTests/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user