We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a574d0 commit 68122feCopy full SHA for 68122fe
.config/configuration.winget
@@ -2,14 +2,14 @@
2
# Reference: https://github.com/microsoft/winget-cli#building-the-client
3
properties:
4
resources:
5
- - resource: Microsoft.Windows.Developer/DeveloperMode
+ - resource: Microsoft.Windows.Settings/WindowsSettings
6
directives:
7
description: Enable Developer Mode
8
# Requires elevation for the set operation
9
securityContext: elevated
10
allowPrerelease: true
11
settings:
12
- Ensure: Present
+ DeveloperMode: true
13
- resource: Microsoft.WinGet.DSC/WinGetPackage
14
id: vsPackage
15
0 commit comments