Fix unset ZapRelocationType for fixup (#18589)
[platform/upstream/coreclr.git] / Tools / msbuild.sh
1 #!/usr/bin/env bash
2
3 working_tree_root="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
4 $working_tree_root/dotnetcli/dotnet msbuild "$@"
5 exit $?