committed by
GitHub
1 changed files with 6 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||
#/bin/bash |
|||
set -e |
|||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) |
|||
cd $SCRIPT_DIR/../.. |
|||
dotnet run --project ./nukebuild/_build.csproj --target GenerateCppHeaders |
|||
|
|||
Loading…
Reference in new issue