File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -4,30 +4,27 @@ properties:
4
4
- resource: Microsoft.WinGet.DSC/WinGetPackage
5
5
directives:
6
6
description: Install Visual Studio Code
7
- allowPrerelease: false
8
7
settings:
9
8
id: Microsoft.VisualStudioCode
10
9
source: winget
11
10
- resource: Microsoft.WinGet.DSC/WinGetPackage
12
11
id: golang
13
12
directives:
14
13
description: Install Golang
15
- allowPrerelease: false
16
14
settings:
17
15
id: GoLang.Go
18
16
source: winget
19
17
- resource: Microsoft.WinGet.DSC/WinGetPackage
20
18
dependsOn: [golang]
21
19
directives:
22
20
description: Install golangci-lint
23
- allowPrerelease: false
24
21
settings:
25
22
id: GolangCI.golangci-lint
26
23
source: winget
27
24
- resource: Microsoft.WinGet.DSC/WinGetPackage
28
25
directives:
29
26
description: Install NodeJS
30
- allowPrerelease: false
27
+ securityContext: elevated
31
28
settings:
32
29
id: OpenJS.NodeJS
33
30
source: winget
You can’t perform that action at this time.
0 commit comments