mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
Merge pull request #129 from greghudson/vs2019-redist-msm
Add Visual Studio 2019 VC redist merge modules
This commit is contained in:
committed by
Shady Ibraheem
parent
9bd755933f
commit
185cc1eeb2
@@ -1,6 +1,5 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## File: Install-VS2019.ps1
|
## File: Install-VS2019.ps1
|
||||||
## Team: CI-Build
|
|
||||||
## Desc: Install Visual Studio 2019
|
## Desc: Install Visual Studio 2019
|
||||||
################################################################################
|
################################################################################
|
||||||
$ErrorActionPreference = "Stop"
|
$ErrorActionPreference = "Stop"
|
||||||
@@ -102,6 +101,7 @@ $WorkLoads = '--allWorkloads --includeRecommended ' + `
|
|||||||
'--add Microsoft.VisualStudio.Component.VC.MFC.ARM.Spectre ' + `
|
'--add Microsoft.VisualStudio.Component.VC.MFC.ARM.Spectre ' + `
|
||||||
'--add Microsoft.VisualStudio.Component.VC.MFC.ARM64 ' + `
|
'--add Microsoft.VisualStudio.Component.VC.MFC.ARM64 ' + `
|
||||||
'--add Microsoft.VisualStudio.Component.VC.MFC.ARM64.Spectre ' + `
|
'--add Microsoft.VisualStudio.Component.VC.MFC.ARM64.Spectre ' + `
|
||||||
|
'--add Microsoft.VisualStudio.Component.VC.Redist.MSM ' + `
|
||||||
'--add Microsoft.VisualStudio.Component.VC.Runtimes.ARM.Spectre ' + `
|
'--add Microsoft.VisualStudio.Component.VC.Runtimes.ARM.Spectre ' + `
|
||||||
'--add Microsoft.VisualStudio.Component.VC.Runtimes.ARM64.Spectre ' + `
|
'--add Microsoft.VisualStudio.Component.VC.Runtimes.ARM64.Spectre ' + `
|
||||||
'--add Microsoft.VisualStudio.Component.VC.Runtimes.x86.x64.Spectre ' + `
|
'--add Microsoft.VisualStudio.Component.VC.Runtimes.x86.x64.Spectre ' + `
|
||||||
|
|||||||
Reference in New Issue
Block a user