6 lines
No EOL
126 B
Bash
6 lines
No EOL
126 B
Bash
#!/bin/bash
|
|
|
|
# Use the prebuild bootstrap to compile prebuild
|
|
chmod +x runprebuild.sh
|
|
./runprebuild.sh
|
|
dotnet build -c Release |