6 lines
82 B
Bash
Executable file
6 lines
82 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
cd $(dirname $0)/..
|
|
./scripts/setup.sh || exit 1
|
|
|
|
dotnet build
|