зеркало из https://github.com/microsoft/GDK.git
JUNE_2023_GDK
This commit is contained in:
Родитель
da0b0c4132
Коммит
4cd2505a4f
|
@ -0,0 +1 @@
|
|||
Subproject commit da0b0c4132172d656ee84812676786e4f6df342f
|
|
@ -1,37 +0,0 @@
|
|||
# yaml-language-server: $schema=https://aka.ms/configuration-dsc-schema/0.2
|
||||
properties:
|
||||
resources:
|
||||
- resource: Microsoft.WinGet.DSC/WinGetPackage
|
||||
id: vsPackage
|
||||
directives:
|
||||
description: Install Visual Studio 2022 Community
|
||||
module: Microsoft.WinGet.DSC
|
||||
allowPrerelease: true
|
||||
settings:
|
||||
id: Microsoft.VisualStudio.2022.Community
|
||||
source: winget
|
||||
- resource: Microsoft.VisualStudio.DSC/VSComponents
|
||||
id: vsConfig
|
||||
dependsOn:
|
||||
- vsPackage
|
||||
directives:
|
||||
description: Install required VS workloads
|
||||
module: Microsoft.VisualStudio.DSC
|
||||
allowPrerelease: true
|
||||
settings:
|
||||
productId: Microsoft.VisualStudio.Product.Community
|
||||
channelId: VisualStudio.17.Release
|
||||
includeRecommended: true
|
||||
Components:
|
||||
- Microsoft.VisualStudio.Workload.NativeGame
|
||||
- resource: Microsoft.WinGet.DSC/WinGetPackage
|
||||
dependsOn:
|
||||
- vsConfig
|
||||
directives:
|
||||
description: Install Microsoft GDK
|
||||
module: Microsoft.WinGet.DSC
|
||||
allowPrerelease: true
|
||||
settings:
|
||||
id: Microsoft.GDK.2303
|
||||
source: winget
|
||||
configurationVersion: 0.2.0
|
Загрузка…
Ссылка в новой задаче