Skip to content

Commit f649e22

Browse files
Adding support to MSVC build tools
1 parent dd369a3 commit f649e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DefaultYAMLs/DefaultUserConfig.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ Profiles:
270270
Windows:
271271
- >-
272272
for /f "usebackq tokens=*" %i in (`CALL "C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe"
273-
-version "[17.0,18.0)" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath`) do (
273+
-version "[17.0,18.0)" -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath`) do (
274274
echo "%i\VC\Auxiliary\Build\vcvarsall.bat" x64 > .\prerun.bat
275275
)
276276
Cleanup:

0 commit comments

Comments
 (0)