We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38246c4 commit e1be764Copy full SHA for e1be764
.pipelines/templates/run-unit-tests.yaml
@@ -94,6 +94,7 @@ stages:
94
displayName: "Run Unit Tests - Windows"
95
retryCountOnTaskFailure: 3
96
inputs:
97
+ pythonInterpreter: '/usr/bin/python3'
98
scriptSource: 'inline'
99
script: |
100
import os
@@ -151,6 +152,7 @@ stages:
151
152
displayName: "Generate Test Reporting"
153
name: report
154
155
156
157
158
0 commit comments