mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
Engineering - update winget configuration file (#183531)
This commit is contained in:
@@ -28,6 +28,7 @@ properties:
|
|||||||
settings:
|
settings:
|
||||||
Name: 'yarn'
|
Name: 'yarn'
|
||||||
Global: true
|
Global: true
|
||||||
|
PackageDirectory: '${WinGetConfigRoot}\..\'
|
||||||
- resource: Microsoft.WinGet.DSC/WinGetPackage
|
- resource: Microsoft.WinGet.DSC/WinGetPackage
|
||||||
directives:
|
directives:
|
||||||
description: Install Python 3.10
|
description: Install Python 3.10
|
||||||
@@ -55,4 +56,12 @@ properties:
|
|||||||
includeRecommended: true
|
includeRecommended: true
|
||||||
components:
|
components:
|
||||||
- Microsoft.VisualStudio.Workload.VCTools
|
- Microsoft.VisualStudio.Workload.VCTools
|
||||||
|
- resource: YarnDsc/YarnInstall
|
||||||
|
dependsOn:
|
||||||
|
- npm
|
||||||
|
directives:
|
||||||
|
description: Install dependencies
|
||||||
|
allowPrerelease: true
|
||||||
|
settings:
|
||||||
|
PackageDirectory: '${WinGetConfigRoot}\..\'
|
||||||
configurationVersion: 0.2.0
|
configurationVersion: 0.2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user