diff options
Diffstat (limited to 'ci/azure-steps.yml')
-rw-r--r-- | ci/azure-steps.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ci/azure-steps.yml b/ci/azure-steps.yml index abbed65..77f61fe 100644 --- a/ci/azure-steps.yml +++ b/ci/azure-steps.yml @@ -155,6 +155,11 @@ steps: python --version echo "" + echo "Locating cl, rc:" + where.exe cl + where.exe rc + + echo "" echo "=== Start running tests ===" # Starting from VS2019 Powershell(?) will fail the test run # if it prints anything to stderr. Python's test runner |