1 # yaml-language-server: $schema=https://aka.ms/configuration-dsc-schema/0.2
3 # This configuration is for a minimal installation of Visual Studio meant for CI use or setups with
4 # remote access with no need for convenience features of the IDE. It installs the dependencies
5 # without additional recommended packages. If you want to use the IDE to edit code, you probably
6 # want to use the regular configuration.dsc.yaml (or launch Visual Studio Installer afterwards, pick
7 # modify and then unselect and reselect the "Desktop Development with C++" workload)
8 # (the allowPrerelease directive refers to the DSC module)
12 - resource: Microsoft.WinGet.DSC/WinGetPackage
15 description: Install Visual Studio 2022 Community
18 id: Microsoft.VisualStudio.2022.Community
20 - resource: Microsoft.VisualStudio.DSC/VSComponents
21 id: minimal LibreOffice Components
25 description: Install components required to build LibreOffice
27 productId: Microsoft.VisualStudio.Product.Community
28 channelId: VisualStudio.17.Release
29 vsConfigFile: '${WinGetConfigRoot}\2022_cross.vsconfig'
30 configurationVersion: 0.2.0