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
{{ message }}
This repository was archived by the owner on Jul 12, 2022. It is now read-only.
build.cmd should always check for NuGet package updates
build.cmd was skipping the NuGet restore command if the
src\packages directory existed at all, regardless of what
was in it. As a result, the command line build would fail
whenever we updated a package (as, for example, I did
yesterday in updating to Roslyn 1.0.0-rc3).
Modify build.cmd to restore packages unconditionally. The
fraction of a second it takes to discover that all packages
are up to date is not significant.
0 commit comments