Skip to content

Commit 3b7c49c

Browse files
authored
Engineering - update winget configuration file (microsoft#183531)
1 parent 41915c1 commit 3b7c49c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.configurations/configuration.dsc.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ properties:
2828
settings:
2929
Name: 'yarn'
3030
Global: true
31+
PackageDirectory: '${WinGetConfigRoot}\..\'
3132
- resource: Microsoft.WinGet.DSC/WinGetPackage
3233
directives:
3334
description: Install Python 3.10
@@ -55,4 +56,12 @@ properties:
5556
includeRecommended: true
5657
components:
5758
- Microsoft.VisualStudio.Workload.VCTools
59+
- resource: YarnDsc/YarnInstall
60+
dependsOn:
61+
- npm
62+
directives:
63+
description: Install dependencies
64+
allowPrerelease: true
65+
settings:
66+
PackageDirectory: '${WinGetConfigRoot}\..\'
5867
configurationVersion: 0.2.0

0 commit comments

Comments
 (0)