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
In check-vulnerabilities.ps1, we should probably capture the exit code from the dotnet restore command and possibly throw an error before we get to the package listing operation. If restore fails partially, the package listing can git tripped on versions in dependencies not getting snapped forward properly.
Steps to reproduce
This was encountered with early iterations of #3780, as the package was not on the feed.
The text was updated successfully, but these errors were encountered:
Version
N/A
Description
In
check-vulnerabilities.ps1
, we should probably capture the exit code from thedotnet restore
command and possibly throw an error before we get to the package listing operation. If restore fails partially, the package listing can git tripped on versions in dependencies not getting snapped forward properly.Steps to reproduce
This was encountered with early iterations of #3780, as the package was not on the feed.
The text was updated successfully, but these errors were encountered: