Commit 8bc4f14
committed
fix(ci): remove --no-build from release.yml test steps
dotnet build RegiLattice.sln does not guarantee all test DLLs are
present — CLI.Tests may be skipped due to build ordering. Removing
--no-build allows each test step to perform an incremental self-build
(fast) before running. Mirrors ci.yml which correctly uses --no-restore
only. This was the root cause of the Test(CLI) 'DLL not found' failure
in the v6.23.0 and v6.22.0 release runs.1 parent a832c2a commit 8bc4f14
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments