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
Simplify restore step in build script
On a clean / pristine checkout of the repository the build script will not
work properly because 'dotnet restore' is not run on test/LibraryWithPrivateMembers.
This commit fixes the issue by utilizing the 'dotnet restore' ability to
run on the solution file.