diff --git a/containers/agent-windows-buildkite/VERSION b/containers/agent-windows-buildkite/VERSION index 9a5fce6..b4de394 100644 Binary files a/containers/agent-windows-buildkite/VERSION and b/containers/agent-windows-buildkite/VERSION differ diff --git a/containers/agent-windows-vs2019/Dockerfile b/containers/agent-windows-vs2019/Dockerfile index 3835f43..69b7cd2 100644 --- a/containers/agent-windows-vs2019/Dockerfile +++ b/containers/agent-windows-vs2019/Dockerfile @@ -22,7 +22,9 @@ RUN C:\TEMP\vs_buildtools.exe --quiet --wait --norestart --nocache ` --channelUri C:\TEMP\VisualStudio.chman ` --installChannelUri C:\TEMP\VisualStudio.chman ` --installPath C:\BuildTools ` - --add Microsoft.VisualStudio.Workload.VCTools --includeRecommended ` + --add Microsoft.VisualStudio.Workload.VCTools ` + --add Microsoft.VisualStudio.Component.VC.ATL ` + --includeRecommended ` || IF "%ERRORLEVEL%"=="3010" EXIT 0 # Register DIA dll (Debug Interface Access) so it can be used to symbolize diff --git a/containers/agent-windows-vs2019/VERSION b/containers/agent-windows-vs2019/VERSION index b1b10c2..7f8f011 100644 Binary files a/containers/agent-windows-vs2019/VERSION and b/containers/agent-windows-vs2019/VERSION differ diff --git a/containers/build_deploy.ps1 b/containers/build_deploy.ps1 index 7df615a..1e5e748 100644 --- a/containers/build_deploy.ps1 +++ b/containers/build_deploy.ps1 @@ -40,7 +40,7 @@ Write-Host "Building ${IMAGE_NAME}:${container_version}..." Write-Host "Using windows-agent ${agent_windows_version}" Invoke-Call -ScriptBlock { - docker build . ` + docker build . --no-cache ` -t ${IMAGE_NAME}:${container_version} ` -t ${IMAGE_NAME}:latest ` --build-arg agent_windows_version=$agent_windows_version