Hello,
I’m trying to build winget in a Windows container, using Docker for Windows.
Could you describe exactly what is the minimal set of Visual Studio Build Tools components required? I’m not sure what this maps to.
- .NET Desktop Development
- Desktop Development with C++
- Universal Windows Platform Development
Also, the page at https://docs.microsoft.com/en-us/windows/package-manager/winget/#open-source-details only lists the C++ workload.
The source for winget is contained in a Visual Studio 2019 C++ solution. To build the solution correctly, install the latest Visual Studio with the C++ workload.
Thank you!
Hello,
I’m trying to build winget in a Windows container, using Docker for Windows.
Could you describe exactly what is the minimal set of Visual Studio Build Tools components required? I’m not sure what this maps to.
Also, the page at https://docs.microsoft.com/en-us/windows/package-manager/winget/#open-source-details only lists the C++ workload.
Thank you!