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 b3971c3 commit e986b0fCopy full SHA for e986b0f
build.sh
@@ -12,4 +12,4 @@ if [ ! -d "$DOTNET_SCRIPT" ]; then
12
exit 1
13
fi
14
15
-dotnet "$DOTNET_SCRIPT/dotnet-script.dll" "$SCRIPT_DIR/build/Build.csx" -- "$SCRIPT_DIR"
+dotnet "$DOTNET_SCRIPT/dotnet-script.dll" "$SCRIPT_DIR/build/Build.csx" "--debug" -- "$SCRIPT_DIR"
0 commit comments