From 3b7c49cba75cccbacbf73db45c35077df657f752 Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Fri, 26 May 2023 15:11:53 +0200 Subject: [PATCH] Engineering - update winget configuration file (#183531) --- .configurations/configuration.dsc.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.configurations/configuration.dsc.yaml b/.configurations/configuration.dsc.yaml index 53b653dde8a30..41839b86f2324 100644 --- a/.configurations/configuration.dsc.yaml +++ b/.configurations/configuration.dsc.yaml @@ -28,6 +28,7 @@ properties: settings: Name: 'yarn' Global: true + PackageDirectory: '${WinGetConfigRoot}\..\' - resource: Microsoft.WinGet.DSC/WinGetPackage directives: description: Install Python 3.10 @@ -55,4 +56,12 @@ properties: includeRecommended: true components: - Microsoft.VisualStudio.Workload.VCTools + - resource: YarnDsc/YarnInstall + dependsOn: + - npm + directives: + description: Install dependencies + allowPrerelease: true + settings: + PackageDirectory: '${WinGetConfigRoot}\..\' configurationVersion: 0.2.0