msvc.sh 123 B

1234
  1. #!/usr/bin/env bash
  2. DUMPBIN_DIR=$(vswhere -latest -find **/dumpbin.exe | head -n 1)
  3. dirname "$DUMPBIN_DIR" > $GITHUB_PATH