mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-06 18:17:26 +08:00
[Windows] Add WiX to VS on Windows-2022 (#4895)
* [Windows] Add wix to VS on Windows-2022 * [Windows] Move WiX in toolset on windows 16, 19
This commit is contained in:
@@ -343,6 +343,7 @@
|
||||
"Microsoft.VisualStudio.Workload.Office"
|
||||
],
|
||||
"vsix": [
|
||||
"WixToolset.WixToolsetVisualStudio2017Extension"
|
||||
]
|
||||
},
|
||||
"docker": {
|
||||
|
||||
@@ -377,7 +377,8 @@
|
||||
"SSIS.SqlServerIntegrationServicesProjects",
|
||||
"ProBITools.MicrosoftReportProjectsforVisualStudio",
|
||||
"VisualStudioClient.MicrosoftVisualStudio2017InstallerProjects",
|
||||
"ms-biztalk.BizTalk"
|
||||
"ms-biztalk.BizTalk",
|
||||
"WixToolset.WixToolsetVisualStudio2019Extension"
|
||||
]
|
||||
},
|
||||
"docker": {
|
||||
|
||||
@@ -247,7 +247,8 @@
|
||||
"wasm.tools"
|
||||
],
|
||||
"vsix": [
|
||||
"VisualStudioClient.MicrosoftVisualStudio2022InstallerProjects"
|
||||
"VisualStudioClient.MicrosoftVisualStudio2022InstallerProjects",
|
||||
"WixToolset.WixToolsetVisualStudio2022Extension"
|
||||
]
|
||||
},
|
||||
"docker": {
|
||||
|
||||
Reference in New Issue
Block a user