From 2450cd6a9fdc51895dcce461312768a485959b7e Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Tue, 26 Nov 2019 13:49:33 -0800 Subject: azure: print where link.exe is coming from too --- ci/azure-steps.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/azure-steps.yml b/ci/azure-steps.yml index 237665905..e33f15272 100644 --- a/ci/azure-steps.yml +++ b/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 ===" -- cgit v1.2.3