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
The Build.bat script installs the vswhere package in order to locate
MSBuild if it is not already found on the %PATH%, however it does not
correctly make use of the %VFS_PACKAGESDIR% directory that should
house all the packages used in the build process (such as the
GVFS.ProjFS package).
Correct the script by adding the -OutputDirectory argument to the nuget
install command for vswhere.
0 commit comments