Samples/MusicStore/runShoppingCartService.sh

5 строки
125 B
Bash
Executable File

#!/bin/bash
cd src/ShoppingCartService
dotnet restore --configfile nuget.config
dotnet run --framework netcoreapp2.1
cd ../..