We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e78f07 commit 0d29982Copy full SHA for 0d29982
.config/configuration.winget
@@ -2,14 +2,14 @@
2
# Reference: https://github.com/microsoft/winget-create#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
allowPrerelease: true
9
# Requires elevation for the set operation
10
securityContext: elevated
11
settings:
12
- Ensure: Present
+ DeveloperMode: true
13
- resource: Microsoft.WinGet.DSC/WinGetPackage
14
id: vsPackage
15
0 commit comments