tdf#163486: PVS: variable is assigned values twice successively
[LibreOffice.git] / .configurations / jenkins.dsc.yaml
blobe1576eae552a726b97830a04a6b6a27780cf8d63
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)
10 properties:
11   resources:
12     - resource: Microsoft.WinGet.DSC/WinGetPackage
13       id: VisualStudio
14       directives:
15         description: Install Visual Studio 2022 Community
16         allowPrerelease: true
17       settings:
18         id: Microsoft.VisualStudio.2022.Community
19         source: winget
20     - resource: Microsoft.VisualStudio.DSC/VSComponents
21       id: minimal LibreOffice Components 
22       dependsOn:
23         - VisualStudio
24       directives:
25         description: Install components required to build LibreOffice
26       settings:
27         productId: Microsoft.VisualStudio.Product.Community
28         channelId: VisualStudio.17.Release
29         vsConfigFile: '${WinGetConfigRoot}\2022_cross.vsconfig'
30   configurationVersion: 0.2.0