Browse Source

Merge pull request #4073 from yatli/unix_build_fix

build.sh: add downloaded dotnet to PATH
pull/4084/head
Steven Kirk 6 years ago
committed by GitHub
parent
commit
8d8edd059b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build.sh

2
build.sh

@ -67,6 +67,8 @@ else
fi
fi
export PATH=$DOTNET_DIRECTORY:$PATH
echo "Microsoft (R) .NET Core SDK version $("$DOTNET_EXE" --version)"
"$DOTNET_EXE" run --project "$BUILD_PROJECT_FILE" -- ${BUILD_ARGUMENTS[@]}

Loading…
Cancel
Save