This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit 25197f4
committed
Add a short delay after launching mspdbsrv
As far as can be determined, our build server is too fast (!) and
starts msbuild before mspdbsrv is ready. To avoid this, we need a
short delay before starting it.
Unfortunately, there's no build-in batch command for sleeping so
we do the next-best thing and run a command with an internal
delay; ping is as good as anything else...1 parent 83ba6f1 commit 25197f4
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
0 commit comments