5 lines
No EOL
102 B
Bash
5 lines
No EOL
102 B
Bash
#!/bin/bash
|
|
|
|
# Use the prebuild bootstrap to compile prebuild
|
|
./runprebuild.sh
|
|
dotnet build -c Release |