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 1c424af commit e3ffcf3Copy full SHA for e3ffcf3
.pipelines/templates/run-unit-tests.yaml
@@ -73,7 +73,7 @@ stages:
73
- task: PublishPipelineArtifact@1
74
inputs:
75
targetPath: $(REPORT_DIR)
76
- artifactName: drop_unittest_linux
+ artifactName: "drop_unittest_linux"
77
78
79
- job: windows
@@ -186,7 +186,7 @@ stages:
186
187
188
189
- artifactName: drop_unittest_windows
+ artifactName: "drop_unittest_windows"
190
191
192
- job: coverage
0 commit comments