Skip to content

Commit 027c66c

Browse files
authored
find all available visual studio (#24)
1 parent 0479f6e commit 027c66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/native_toolchain/msvc.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ class VisualStudioResolver implements ToolResolver {
257257
for (final vswhereInstance in vswhereInstances.take(1)) {
258258
final vswhereResult = await runProcess(
259259
executable: vswhereInstance.uri,
260-
arguments: ['-format', 'json', '-utf8', '-latest', '-products', '*'],
260+
arguments: ['-format', 'json', '-utf8', '-products', '*'],
261261
logger: logger,
262262
);
263263
final toolInfos = json.decode(vswhereResult.stdout) as List;

0 commit comments

Comments
 (0)