Skip to content

Commit

Permalink
Add required Windows SDK to Windows runner image.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisculy authored Oct 31, 2023
1 parent 2bc03e1 commit 183db68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN `
--add Microsoft.VisualStudio.Workload.VCTools ^ `
--add Microsoft.VisualStudio.Component.VC.14.30.17.0.x86.x64 ^ `
--add Microsoft.VisualStudio.Component.VC.14.30.17.0.ATL ^ `
--add Microsoft.VisualStudio.Component.Windows10SDK.19041 ^ `
--quiet --includeRecommended --norestart --nocache --wait `
&& powershell -Command "if ($err = dir $Env:TEMP -Filter dd_setup_*_errors.log | where Length -gt 0 | Get-Content) { throw $err }" `
&& del vs_BuildTools.exe `
Expand Down

0 comments on commit 183db68

Please sign in to comment.