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 d9e64fe commit c9f0ba7Copy full SHA for c9f0ba7
.pipelines/templates/run-unit-tests.yaml
@@ -99,7 +99,6 @@ stages:
99
displayName: "Run Unit Tests - Windows"
100
retryCountOnTaskFailure: 3
101
inputs:
102
- pythonInterpreter: $(pythonLocation)
103
scriptSource: 'inline'
104
script: |
105
import os
@@ -157,7 +156,6 @@ stages:
157
156
displayName: "Generate Test Reporting"
158
name: report
159
160
- pythonInterpreter: '/usr/bin/python3'
161
162
163
0 commit comments