5 lines
61 B
Bash
5 lines
61 B
Bash
|
#!/bin/sh
|
||
|
dotnet restore src/Server
|
||
|
dotnet build src/Server
|
||
|
|