Skip to content

Commit 0e63b70

Browse files
committed
MDB - UUF CUser Customizations - code snippet fix
1 parent cb15eb7 commit 0e63b70

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

articles/dev-box/how-to-configure-user-customizations.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,12 @@ This example shows a dev box customization file that uses an existing WinGet Des
8686

8787

8888
```yml
89-
tasks:
90-
- name: winget
91-
parameters:
92-
configure: "projectConfiguration.dsc.yaml"
89+
$schema: "1.0"
90+
name: "devbox-customization"
91+
userTasks:
92+
- name: ~/winget
93+
parameters:
94+
configure: "projectConfiguration.dsc.yaml"
9395
```
9496
9597

0 commit comments

Comments
 (0)