Commit 28727cb
committed
Refines local package resolution for generator tests
Adjusts NuGet configuration to prioritize local `Moq.AutoMock` package sources, ensuring generator tests consistently use locally-built versions. This setup is crucial for validating generator behavior against specific development builds.
Updates the `PackageReference` `VersionOverride` to `*` to reliably match any local package version, including prerelease suffixes often used in CI builds.
Fixes #4061 parent a6ff5a1 commit 28727cb
File tree
2 files changed
+15
-3
lines changed- GeneratorTests/Moq.AutoMock.Generator.DisableTests
2 files changed
+15
-3
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | | - | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 | | |
5 | | - | |
6 | | - | |
7 | 9 | | |
| 10 | + | |
8 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
9 | 20 | | |
0 commit comments