vs_buildtools_2019_vctools
Visual Studio Build Tools 2019: Desktop development with C++
9.8K
You can install Visual Studio Build Tools into a Windows container to support continuous integration and continuous delivery (CI/CD) workflows.
Ses Install Build Tools into a container for further information
Container instantiated from this image must run on a Windows Server 2022 as we use mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2022 as base image. If you need to run your build container on older windows hosts, try using an older base image (e.g. mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2019).
See Windows container version compatibility for further information.
The version number of the tag references the Version of the installed Visual Studio 2019 Build Tools. see Visual Studio 2019 Releases
Images tagged with the -wix postfix come with the WiX Toolset installed.
see https://github.com/in-tech/vs_buildtools_2019_vctools
docker run -v ${bamboo.working.directory}:C:\data --workdir c:\data --rm intechdigital/vs_buildtools_2019_vctools:latest c:\data\<your_build_in_container.bat>
Content type
Image
Digest
sha256:b9b9b3c68…
Size
6.1 GB
Last updated
almost 3 years ago
docker pull intechdigital/vs_buildtools_2019_vctools