You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
384 B
Batchfile
13 lines
384 B
Batchfile
7 years ago
|
cd ./src/OcelotApplicationService/
|
||
|
dotnet restore -s https://api.nuget.org/v3/index.json
|
||
|
dotnet build
|
||
|
dotnet publish -o ../../OcelotApplication/OcelotApplicationServicePkg/Code
|
||
|
cd ../../
|
||
|
|
||
|
cd ./src/OcelotApplicationApiGateway/
|
||
|
dotnet restore -s https://api.nuget.org/v3/index.json
|
||
|
dotnet build
|
||
|
dotnet publish -o ../../OcelotApplication/OcelotApplicationApiGatewayPkg/Code
|
||
|
cd ../../
|
||
|
|