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 534adc0 commit 0553883Copy full SHA for 0553883
build.sh
@@ -6,3 +6,4 @@
6
# Wrapper script to call Build.ps1 with PowerShell
7
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
8
pwsh -File "$SCRIPT_DIR/Build.ps1" "$@"
9
+exit $?
src/PostSharp.Engineering.BuildTools/Resources/build.sh
0 commit comments