From 517379aa4f461b4055986761778d7d2681a3c9b8 Mon Sep 17 00:00:00 2001 From: Jordan Matthiesen <1333029+jmatthiesen@users.noreply.github.com> Date: Tue, 7 May 2024 10:29:50 -0700 Subject: [PATCH] Added a WinGet configuration to simplify environment setup --- configurations/configuration.dsc.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 configurations/configuration.dsc.yml diff --git a/configurations/configuration.dsc.yml b/configurations/configuration.dsc.yml new file mode 100644 index 00000000..bd54bbdc --- /dev/null +++ b/configurations/configuration.dsc.yml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://aka.ms/configuration-dsc-schema/0.2 +# Reference: https://github.com/microsoft/winget-create#building-the-client +# WinGet Configure file + +properties: + resources: + - resource: Microsoft.WinGet.DSC/WinGetPackage + directives: + description: Installing Microsoft.Azd + allowPrerelease: true + settings: + id: "Microsoft.Azd" + source: winget + id: Microsoft.Azd + - resource: Microsoft.WinGet.DSC/WinGetPackage + directives: + description: Installing Microsoft.DotNet.SDK.8 + allowPrerelease: true + settings: + id: "Microsoft.DotNet.SDK.8" + source: winget + id: Microsoft.DotNet.SDK.8 + configurationVersion: 0.2.0