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 3224925 commit dce58ecCopy full SHA for dce58ec
.github/workflows/test-results.yml
@@ -40,4 +40,4 @@ jobs:
40
commit: ${{ github.event.workflow_run.head_sha }}
41
event_file: artifacts/Event File/event.json
42
event_name: ${{ github.event.workflow_run.event }}
43
- files: "artifacts/**/*.xml"
+ files: "artifacts/**/*.trx"
src/Ubiquity.NET.Versioning.slnx
@@ -29,6 +29,7 @@
29
<Folder Name="/Solution Items/GitHub/workflows/" Id="f17836ca-4919-4f99-9bfc-659da632e39b">
30
<File Path="../.github/workflows/pr-build.yml" />
31
<File Path="../.github/workflows/release-build.yml" />
32
+ <File Path="../.github/workflows/test-results.yml" />
33
</Folder>
34
<Folder Name="/Solution Items/OneFlow/" Id="02ea681e-c7d8-13c7-8484-4ac65e1b71e8">
35
<File Path="../OneFlow/Publish-Release.ps1" />
0 commit comments