You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments