LegacyUpdate/.vsconfig
Douglas R. Reno eb5b2a9b54 Remove components from .vsconfig that are already included in the image
See
https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md
for a list of components that are included. I'm trying to remove
variables to determine why Visual Studio isn't being setup correctly
2024-10-17 12:35:14 -05:00

8 lines
199 B
Text

{
"version": "1.0",
"components": [
"Microsoft.VisualStudio.Component.VC.v141.x86.x64",
"Microsoft.VisualStudio.Component.WinXP",
"Microsoft.VisualStudio.Component.VC.v141.ATL"
]
}