microsoft / v8-jsi

React Native V8 JSI adapter
Other
157 stars 36 forks source link

[0.74] Trigger new build, and make publish build more robust to failures #192

Closed acoates-ms closed 4 months ago

acoates-ms commented 4 months ago

the last publish build had a failure on some of its slices. But it wasn't setup to cancel the final nuget job if any of the slices failed. So it attempted to publish a partial nuget.

Unfortunately, retriggers cannot be kicked off, as they would rewrite the build artifacts.

This change should prevent the nuget from attempting to publish unless all the slices complete successfully.

Microsoft Reviewers: Open in CodeFlow