dotnet/runtime

Building should not prefer a preview VS installation that doesn't have all the required workloads

Open

#31,446 建立於 2019年11月8日

在 GitHub 查看
 (6 留言) (0 反應) (0 負責人)C# (5,445 fork)batch import
area-Infrastructurehelp wanted

倉庫指標

Star
 (17,886 star)
PR 合併指標
 (平均合併 12天 11小時) (30 天內合併 661 個 PR)

描述

build.cmd fails with:

EXEC : error : DIA SDK is missing at "C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\DIA SDK". Make sure you selected the correct dependencies when installing Visual Studio. [C:\Users\Joseph\Source\Repos\corefx\src\Native\build-native.proj] Visual Studio Express does not include the DIA SDK. You need Visual Studio 2017 or 2019 (Community is free). See: https://github.com/dotnet/corefx/blob/master/Documentation/building/windows-instructions.md#required-software

I don't want my preview install to be as heavy as my stable install. Everything corefx needs is installed in VS 16.3.8.

貢獻者指南