- Notifications
You must be signed in to change notification settings - Fork460
Comparing changes
Open a pull request
base repository:microsoft/VFSForGit
Uh oh!
There was an error while loading.Please reload this page.
base:v1.0.24302.1
head repository:microsoft/VFSForGit
Uh oh!
There was an error while loading.Please reload this page.
compare:v1.0.24335.1
- 7commits
- 5files changed
- 2contributors
Commits on Nov 18, 2024
scripts/Build.bat: specify nuget pkg install dir
The Build.bat script installs the vswhere package in order to locateMSBuild if it is not already found on the %PATH%, however it does notcorrectly make use of the %VFS_PACKAGESDIR% directory that shouldhouse all the packages used in the build process (such as theGVFS.ProjFS package).Correct the script by adding the -OutputDirectory argument to the nugetinstall command for vswhere.
Merge pull request#1826from mjcheetham/fix-build-script
scripts/Build.bat: specify nuget pkg install dir
Commits on Dec 12, 2024
Merge pull request#1825from tyrielv/mitigate-machineconfig
Attempt to mitigate locked machine.config
Replace x64 check installer with x64compatible
PR#1815 updated the installer dependency version, which seems to have caused the installer toenforce the AllowedArchitectures=x64 check (which has been there for years). We've receivedcomplaints from users that the latest release refuses to install on their ARM machines, but previousversions did and worked fine with the default x86/64 emulation.The latest version of Innosetup adds x64compatible option for the AllowedArchitectures andArchitecturesInstallIn64BitMode to address the case of x64 emulation on ARM.
Commits on Dec 13, 2024
Merge pull request#1827from tyrielv/arm-installer
Remove x64 check from installer
Commits on Dec 20, 2024
Merge pull request#1828from microsoft/milestones/m250
[Release] Milestone M250
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v1.0.24302.1...v1.0.24335.1
Uh oh!
There was an error while loading.Please reload this page.