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 cade678 commit dafdca6Copy full SHA for dafdca6
.pipelines/templates/run-unit-tests.yaml
@@ -101,7 +101,7 @@ stages:
101
retryCountOnTaskFailure: 3
102
inputs:
103
scriptSource: 'inline'
104
- arguments: $(Build.SourcesDirectory) $(CGO_PATH)
+ arguments: $(Build.SourcesDirectory)
105
script: |
106
import os
107
import subprocess
@@ -168,6 +168,7 @@ stages:
168
169
170
171
+ import sys
172
173
# Define the necessary variables
174
cwd = sys.argv[1]
0 commit comments