Skip to content

Commit

Permalink
Merge pull request #1826 from mjcheetham/fix-build-script
Browse files Browse the repository at this point in the history
scripts/Build.bat: specify nuget pkg install dir
  • Loading branch information
mjcheetham authored Nov 18, 2024
2 parents c1c54e5 + efd4740 commit 1d5c172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ IF NOT EXIST "%NUGET_EXEC%" (

REM Acquire vswhere to find VS installations reliably
SET VSWHERE_VER=2.6.7
"%NUGET_EXEC%" install vswhere -Version %VSWHERE_VER% || exit /b 1
"%NUGET_EXEC%" install vswhere -Version %VSWHERE_VER% -OutputDirectory %VFS_PACKAGESDIR% || exit /b 1
SET VSWHERE_EXEC="%VFS_PACKAGESDIR%\vswhere.%VSWHERE_VER%\tools\vswhere.exe"

REM Assumes default installation location for Windows 10 SDKs
Expand Down

0 comments on commit 1d5c172

Please sign in to comment.