Nice
3 years ago
3 changed files with 15 additions and 4 deletions
@ -0,0 +1,7 @@ |
|||||
|
wd=$(pwd) |
||||
|
echo wd |
||||
|
|
||||
|
cd $wd/SimpleDevApi/ |
||||
|
dotnet restore |
||||
|
dotnet build |
||||
|
dotnet publish -c Release -o ./bin/ |
Loading…
Reference in new issue