azure: print where link.exe is coming from too

pull/6207/head
Dylan Baker 5 years ago
parent 0ae911d893
commit 2450cd6a9f
  1. 3
      ci/azure-steps.yml

@ -166,9 +166,10 @@ steps:
echo ""
echo "Locating cl, rc:"
echo "Locating cl, rc, link:"
where.exe cl
where.exe rc
where.exe link
echo ""
echo "=== Start running tests ==="

Loading…
Cancel
Save