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 41915c1 commit 3b7c49cCopy full SHA for 3b7c49c
.configurations/configuration.dsc.yaml
@@ -28,6 +28,7 @@ properties:
28
settings:
29
Name: 'yarn'
30
Global: true
31
+ PackageDirectory: '${WinGetConfigRoot}\..\'
32
- resource: Microsoft.WinGet.DSC/WinGetPackage
33
directives:
34
description: Install Python 3.10
@@ -55,4 +56,12 @@ properties:
55
56
includeRecommended: true
57
components:
58
- Microsoft.VisualStudio.Workload.VCTools
59
+ - resource: YarnDsc/YarnInstall
60
+ dependsOn:
61
+ - npm
62
+ directives:
63
+ description: Install dependencies
64
+ allowPrerelease: true
65
+ settings:
66
67
configurationVersion: 0.2.0
0 commit comments