Commit 1b955b5
committed
Replace dotnet run with dotnet exec to bypass SDK argument parsing regression
dotnet run in SDK 10.0.300 incorrectly forwards its own options
(--verbosity, --configuration, --no-build) as application arguments
on the CI agent (Ubuntu 22.04). This cannot be reproduced locally
with the same SDK version but manifests consistently on hosted agents.
Since we build separately anyway (--no-build), switch to dotnet exec
which directly invokes the built DLL without any argument parsing
ambiguity.1 parent 98f3575 commit 1b955b5
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
188 | 193 | | |
189 | 194 | | |
190 | 195 | | |
| |||
0 commit comments