diff options
-rw-r--r-- | ci/azure-steps.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/azure-steps.yml b/ci/azure-steps.yml index 2376659..e33f152 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 ===" |