Skip to content

Commit 95d7e25

Browse files
committed
Windows artifacts need to use \
1 parent e383787 commit 95d7e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/generate-buildkite-pipeline-premerge

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ if [[ "${windows_projects}" != "" ]]; then
324324
- label: ':windows: Report Windows x64 Test Results'
325325
plugins:
326326
- junit-annotate#v2.5.0:
327-
artifacts: build/test-results-windows*.xml
327+
artifacts: build\test-results-windows*.xml
328328
context: "windows-test-results"
329329
depends_on: "test-windows"
330330
allow_dependency_failure: true

0 commit comments

Comments
 (0)