зеркало из https://github.com/aspnet/KoreBuild.git
5 строки
313 B
Bash
Executable File
5 строки
313 B
Bash
Executable File
# Just here to isolate the build template from having to know anything about the interior structure of KoreBuild.
|
|
# You can move pretty much everything else in this repo EXCEPT this file.
|
|
ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"
|
|
"$ROOT/src/Microsoft.AspNetCore.Build/scripts/KoreBuild.sh" "$@"
|