AppDeps Copy Script fix dotnet invocation

This commit is contained in:
Bryan 2015-11-18 00:28:50 -08:00
parent d0c07c64b9
commit ebe108c69b
2 changed files with 1 additions and 5 deletions

View file

@ -108,7 +108,7 @@ chmod a+x $STAGE2_DIR/bin/dotnet-restore
# Copy in AppDeps
header "Acquiring Native App Dependencies"
$REPOROOT/scripts/build/build_appdeps.sh "$STAGE2_DIR/bin"
DOTNET_HOME=$STAGE2_DIR DOTNET_TOOLS=$STAGE2_DIR $REPOROOT/scripts/build/build_appdeps.sh "$STAGE2_DIR/bin"
# Stamp the output with the commit metadata
COMMIT_ID=$(git rev-parse HEAD)