source it on Nix

This commit is contained in:
Victor Hurdugaci 2015-12-08 11:12:26 -08:00
parent 1ccc412caf
commit ce4d24159e
1 changed files with 1 additions and 1 deletions

2
build-template-dotnet/build.sh Normal file → Executable file
View File

@ -42,6 +42,6 @@ if test ! -d packages/KoreBuild-dotnet; then
mono .nuget/nuget.exe install KoreBuild-dotnet -ExcludeVersion -o packages -nocache -pre
fi
packages/KoreBuild-dotnet/build/install.sh
source packages/KoreBuild-dotnet/build/install.sh
export PATH=$DOTNET_INSTALL_DIR/bin/:$PATH
mono packages/Sake/tools/Sake.exe -I packages/KoreBuild-dotnet/build -f makefile.shade "$@"