File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ stages:
256256
257257
258258 def output_var(var_name, is_output, var_value) :
259- os.environ[var_name] = val
259+ os.environ[var_name] = var_value
260260 print(f"##vso[task.setvariable variable={var_name};isOutput={is_output}]{var_value}")
261261
262262 def encode_and_compress(file_path) :
@@ -303,10 +303,10 @@ stages:
303303 LINUX_GOCOV_OUT : $[ dependencies.linux.outputs['report.GOCOV_OUT_XML'] ]
304304 LINUX_JUNIT_XML : $[ dependencies.linux.outputs['report.JUNIT_XML'] ]
305305 steps :
306- - task : UsePythonVersion@0
307- inputs :
308- versionSpec : ' 3.x' # string. Required. Version spec. Default: 3.x.
309- addToPath : true
306+ # - task: UsePythonVersion@0
307+ # inputs:
308+ # versionSpec: '3.x' # string. Required. Version spec. Default: 3.x.
309+ # addToPath: true
310310
311311 - task : PythonScript@0
312312 displayName : " Write Test Output Artifacts"
You can’t perform that action at this time.
0 commit comments