Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add CMake, and GCC toolchain
  • Loading branch information
ridomin committed May 16, 2020
commit 2837b8ac23f15686ca00099959c7cc64bb8893e2
4 changes: 3 additions & 1 deletion images/win/scripts/Installers/Windows2019/Install-VS2019.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ $WorkLoads = '--allWorkloads --includeRecommended ' + `
'--add Microsoft.VisualStudio.Workload.Python ' + `
'--remove Component.CPython3.x64 ' + `
'--add Microsoft.VisualStudio.Workload.Universal ' + `
'--add Microsoft.VisualStudio.Workload.VisualStudioExtension'
'--add Microsoft.VisualStudio.Workload.VisualStudioExtension ' + `
'--add Component.MDD.Linux ' + `
'--add Component.MDD.Linux.GCC.arm'

$ReleaseInPath = "Enterprise"
$BootstrapperUrl = "https://aka.ms/vs/16/release/vs_${ReleaseInPath}.exe"
Expand Down