Commit 3b3a96d
ci: prevent Visual Studio Build failing due to stderr
Under certain circumstances, seemingly timing-related, it would appear
that the `Bundle artifact tar` step triggers a rebuild of
`GIT-VERSION-FILE` (which actually does not change, obviously) and
reports that to `stderr`. Traditionally, PowerShell interprets _any_
output to `stderr` as a sign that something failed.
Let's teach our Azure Pipeline to _not_ fail, simply by suppressing that
output.
Signed-off-by: Johannes Schindelin <[email protected]>1 parent d5c8dc0 commit 3b3a96d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
0 commit comments