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
When building a stable version of a NuGet package (which will occur for builds from master branch), the package should not have any pre-release dependencies.
We need to add a status check as part of the PR merge requirements to check whether any pre-release packages are being referenced, otherwise the build may fail after merging to master.
The text was updated successfully, but these errors were encountered:
When building a stable version of a NuGet package (which will occur for builds from
master
branch), the package should not have any pre-release dependencies.We need to add a status check as part of the PR merge requirements to check whether any pre-release packages are being referenced, otherwise the build may fail after merging to
master
.The text was updated successfully, but these errors were encountered: