forked from microsoft/WindowsDeveloperConfig
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfiguration.winget
More file actions
30 lines (29 loc) · 844 Bytes
/
Copy pathconfiguration.winget
File metadata and controls
30 lines (29 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# yaml-language-server: $schema=https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/2023/08/config/document.json
#
# winget configure --file scripts/windows/python/configuration.winget `
# --accept-configuration-agreements `
# --disable-interactivity
#
$schema: https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/2023/08/config/document.json
metadata:
winget:
processor: dscv3
resources:
- name: Python
type: Microsoft.WinGet/Package
properties:
id: Python.Python.3.13
source: winget
acceptAgreements: true
metadata:
winget:
securityContext: elevated
- name: Uv
type: Microsoft.WinGet/Package
properties:
id: astral-sh.uv
source: winget
acceptAgreements: true
metadata:
winget:
securityContext: elevated