Open NickGerleman opened 4 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
This is related and subtask of: #8088
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.