Commit e56bf12
fix: check LASTEXITCODE in same step as dotnet build
The separate 'Verify build success' step runs in a new PowerShell session
where is always (not set by the previous step), causing
' -ne 0' to always throw. Moved the check into the Generate step.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent e1a7052 commit e56bf12
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| 176 | + | |
| 177 | + | |
176 | 178 | | |
177 | 179 | | |
178 | 180 | | |
179 | | - | |
180 | | - | |
| 181 | + | |
181 | 182 | | |
182 | 183 | | |
183 | 184 | | |
| |||
0 commit comments