microsoft / react-native-windows

A framework for building native Windows apps with React.
https://microsoft.github.io/react-native-windows/
Other
16.26k stars 1.14k forks source link

Ensure NuGet package is published before npm package #6446

Open NickGerleman opened 3 years ago

NickGerleman commented 3 years ago

Our publish pipeline will publish an npm package for react-native-windows before attempting to build the MSRN binary and publish a NuGet package. If we fail to publish the NuGet package (e.g. due to build stability issues), the resulting npm package would be unusable for binary distribution.

We should ensure a NuGet package is published before publishing the npm package.

asklar commented 3 years ago

Users can end up with a npm package that has no corresponding nuget so they can't build. @dannyvv is this something on your radar already? CC @jonthysell since it's binary-distribution-related

dannyvv commented 3 years ago

This is related and subtask of: #8088