Skip to content

Commit 4b7ceaa

Browse files
committed
#1: try fix artifacts reporting
1 parent 9720c10 commit 4b7ceaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure/pipelines/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,12 @@ jobs:
150150
- task: PublishTestResults@2
151151
inputs:
152152
testResultsFormat: 'JUnit'
153-
testResultsFiles: $(variables.JUNIT_REPORT_PATH)
153+
testResultsFiles: $(JUNIT_REPORT_PATH)
154154

155155
- task: PublishPipelineArtifact@1
156156
displayName: Upload artifacts
157157
continueOnError: true
158158
inputs:
159-
targetPath: $(variables.OUTPUT_DIR)
159+
targetPath: $(OUTPUT_DIR)/**
160160
artifact: 'foo-output-$(setup)'
161161
publishLocation: 'pipeline'

0 commit comments

Comments
 (0)