Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scripts/Build.bat: specify nuget pkg install dir #1826

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

mjcheetham
Copy link
Member

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.

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.
@mjcheetham mjcheetham requested a review from dscho November 18, 2024 16:14
@mjcheetham mjcheetham merged commit 1d5c172 into microsoft:master Nov 18, 2024
5 checks passed
@mjcheetham mjcheetham deleted the fix-build-script branch November 18, 2024 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants