From 4cd2505a4f3928047bf50799facba3fe05d397a7 Mon Sep 17 00:00:00 2001 From: Clint Woon Date: Wed, 12 Jul 2023 17:08:58 -0700 Subject: [PATCH] JUNE_2023_GDK --- GDK | 1 + SetupScripts/configuration.dsc.yaml | 37 ----------------------------- 2 files changed, 1 insertion(+), 37 deletions(-) create mode 160000 GDK delete mode 100644 SetupScripts/configuration.dsc.yaml diff --git a/GDK b/GDK new file mode 160000 index 0000000..da0b0c4 --- /dev/null +++ b/GDK @@ -0,0 +1 @@ +Subproject commit da0b0c4132172d656ee84812676786e4f6df342f diff --git a/SetupScripts/configuration.dsc.yaml b/SetupScripts/configuration.dsc.yaml deleted file mode 100644 index 8608df7..0000000 --- a/SetupScripts/configuration.dsc.yaml +++ /dev/null @@ -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 \ No newline at end of file