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.
Ocelot/samples/OcelotServiceFabric/build.bat

13 lines
384 B
Batchfile

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 ../../