Commit 41d093d
committed
Fix Windows CI file locking race in CSharp test runner
Add /p:UseSharedCompilation=false to disable VBCSCompiler server and
/p:CopyRetryCount=3 /p:CopyRetryDelayMilliseconds=500 for retry logic
on both dotnet build invocations. Addresses System.IO.IOException on
Antlr4.Runtime.Standard.deps.json during parallel test execution.1 parent 04b642a commit 41d093d
1 file changed
Lines changed: 4 additions & 2 deletions
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
60 | | - | |
| 61 | + | |
| 62 | + | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
| |||
0 commit comments