Commit e5419ea
committed
Check build exit code in analyzer smoke test
Previously, capturing dotnet build output into a variable swallowed its
exit code, so failures unrelated to CS9057 (e.g. package restore errors)
would silently pass. Now we check $LASTEXITCODE first.1 parent dd4d598 commit e5419ea
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
99 | 103 | | |
100 | 104 | | |
101 | 105 | | |
| |||
0 commit comments