Configure Visual Studio across your organization with .vsconfig
Add a .vsconfig file to your solution root directory to configure Visual Studio consistently across your organization.
Breaking news from around the world Get the Bing + MSN extension
Installation and containerization of the Visual Studio family of products
Add a .vsconfig file to your solution root directory to configure Visual Studio consistently across your organization.

If you try to install Build Tools for Visual Studio 2017 into a Windows Server 2019 or newer container image, such as mcr.microsoft.com/windows/servercore:1809 or mcr.microsoft.com/windows/servercore:ltsc2019, the install will quickly terminate without error and without installing anything. This is due, in part,

We are investigating how a particular rare problem occurs that can prevent clients like VSIXInstaller.exe, vswhere.exe, and others from finding any Visual Studio instance that results in an error similar to the following:
This is the CLSID for the Visual Studio Installer query API,

Use or contribute your own Dockerfiles on GitHub to help others build similar workloads with Visual Studio Build Tools.

The size and permutations of Build Tools 2017 container images are too great to publish official images, but here's how you can create your own tailored images.

You can now force vswhere to output JSON using the UTF-8 encoding.

The .NET Framework may not be correctly installed into a Windows Server Core container, and managed code - like the compilers - may fail. The documentation was updated with how to work around this.

You can now use -requiresAny with vswhere to specify that any component ID passed to -requires will satisfy the query.

Due to a bug in older versions of Visual Studio 2017, you should set the CachePath policy in both 32- and 64-bit views of the registry.

Preview new documentation for how to install Build Tools for Visual Studio 2017 into a Docker container.
Featured

Four years ago I published a utility to help perform a clean uninstall of Visual Studio 2010. Before we added package reference counting and related bundles to Visual Studio setup, we couldn’t always be sure which products were still required so not everything was removed.
Uncategorized
Add a .vsconfig file to your solution root directory to configure Visual Studio consistently across your organization.

If you try to install Build Tools for Visual Studio 2017 into a Windows Server 2019 or newer container image, such as mcr.microsoft.com/windows/servercore:1809 or mcr.microsoft.com/windows/servercore:ltsc2019, the install will quickly terminate without error and without installing anything. This is due, in part,

We are investigating how a particular rare problem occurs that can prevent clients like VSIXInstaller.exe, vswhere.exe, and others from finding any Visual Studio instance that results in an error similar to the following:
This is the CLSID for the Visual Studio Installer query API,

Use or contribute your own Dockerfiles on GitHub to help others build similar workloads with Visual Studio Build Tools.

The size and permutations of Build Tools 2017 container images are too great to publish official images, but here's how you can create your own tailored images.

You can now force vswhere to output JSON using the UTF-8 encoding.

The .NET Framework may not be correctly installed into a Windows Server Core container, and managed code - like the compilers - may fail. The documentation was updated with how to work around this.

You can now use -requiresAny with vswhere to specify that any component ID passed to -requires will satisfy the query.

Due to a bug in older versions of Visual Studio 2017, you should set the CachePath policy in both 32- and 64-bit views of the registry.

Preview new documentation for how to install Build Tools for Visual Studio 2017 into a Docker container.