dotnet / project-system-tools

Tools for working with the C#/VB/F# project system.
MIT License
270 stars 42 forks source link

Validation won't fail the build #468

Closed drewnoakes closed 1 year ago

drewnoakes commented 1 year ago

Fixes #467

If we receive a build finish notification more than once, don't throw an exception.

Unfortunately we don't know why this would occur, but it reportedly happened during a publish operation.

In such cases, it's not clear that we can do anything more useful than logging the error via tracing and continuing.