We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76ff41d commit f1aa87fCopy full SHA for f1aa87f
ShowBuildMenu.sh
@@ -1,5 +1,6 @@
1
#!/bin/sh
2
3
+cd "$(dirname "$0")"
4
BUILD_TOOL_PATH="./Tools/BuildTool/bin/BuildTool.dll"
5
BUILD_TOOL="dotnet $BUILD_TOOL_PATH"
6
AVAILABLE_CONFIGURATIONS="available-test-configurations"
0 commit comments