mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 06:22:50 +08:00
updated build scriptos
This commit is contained in:
parent
f545ba8620
commit
67af8841b2
@ -7,6 +7,6 @@ build_script:
|
|||||||
test_script:
|
test_script:
|
||||||
- run-tests.bat
|
- run-tests.bat
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: site\wwwroot\**\*.*
|
- path: artifacts\**\*.*
|
||||||
cache:
|
cache:
|
||||||
- '%USERPROFILE%\.nuget\packages'
|
- '%USERPROFILE%\.nuget\packages'
|
@ -5,7 +5,6 @@ echo Building Ocelot
|
|||||||
dotnet restore src/Ocelot
|
dotnet restore src/Ocelot
|
||||||
dotnet restore src/Ocelot.Library
|
dotnet restore src/Ocelot.Library
|
||||||
dotnet build src/Ocelot
|
dotnet build src/Ocelot
|
||||||
dotnet pack src/Ocelot/project.json --no-build --output nupkgs
|
dotnet publish src/Ocelot -o artifacts/
|
||||||
dotnet publish src/Ocelot -o site/wwwroot
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user