Commit 3f17c46
Fix GitHub Actions workflows for .slnx compatibility
- Specify SWEN3.Paperless.RabbitMq.sln explicitly in restore steps
- Prevents MSB1011 error when both .sln and .slnx files exist
- Add xunit.v3.runner.json to test project
- Fix accidental file path in GenAIExtensionsTests.cs
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 78d4555 commit 3f17c46
File tree
3 files changed
+3
-3
lines changed- .github/workflows
- SWEN3.Paperless.RabbitMq.Tests
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
0 commit comments