diff --git a/ShowBuildMenu.sh b/ShowBuildMenu.sh index 4fef99c721a..360b9df9cec 100755 --- a/ShowBuildMenu.sh +++ b/ShowBuildMenu.sh @@ -1,5 +1,6 @@ #!/bin/sh +cd "$(dirname "$0")" BUILD_TOOL_PATH="./Tools/BuildTool/bin/BuildTool.dll" BUILD_TOOL="dotnet $BUILD_TOOL_PATH" AVAILABLE_CONFIGURATIONS="available-test-configurations"