diff options
| author | jacob-ronstadt <[email protected]> | 2024-05-22 10:44:15 -0700 |
|---|---|---|
| committer | jacob-ronstadt <[email protected]> | 2024-05-22 10:44:15 -0700 |
| commit | ff1da89cc034eda1b4df9b68af093c3c51b30af8 (patch) | |
| tree | 2938a2c79a138f871da8f000abcff8524cb17d40 | |
| parent | b96e35c91b02c3d68f29e71b4fe312cb6badc660 (diff) | |
update configuration_vsonly.dsc.yaml for 26100
| -rw-r--r-- | configuration_vsonly.dsc.yaml | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/configuration_vsonly.dsc.yaml b/configuration_vsonly.dsc.yaml index 17595aec..1fb2a229 100644 --- a/configuration_vsonly.dsc.yaml +++ b/configuration_vsonly.dsc.yaml @@ -4,19 +4,18 @@ properties: - resource: Microsoft.WinGet.DSC/WinGetPackage id: vsPackage directives: - description: Install Visual Studio 2022 Community + description: Install Visual Studio Community 2022 allowPrerelease: true settings: id: Microsoft.VisualStudio.2022.Community source: winget - useLatest: true - resource: Microsoft.VisualStudio.DSC/VSComponents id: vsComponents dependsOn: - vsPackage directives: description: Install required VS workloads - maxVersion: "1.0.21" + allowPrerelease: true settings: productId: Microsoft.VisualStudio.Product.Community channelId: VisualStudio.17.Release @@ -43,4 +42,14 @@ properties: - Microsoft.VisualStudio.Component.VC.MFC.ARM64 - Microsoft.VisualStudio.Component.VC.MFC.ARM64.Spectre - Microsoft.VisualStudio.Workload.NativeDesktop + - resource: Microsoft.WinGet.DSC/WinGetPackage + id: sdkPackage + dependsOn: + - vsComponents + directives: + description: Install Windows SDK + allowPrerelease: true + settings: + id: Microsoft.WindowsSDK.10.0.26100 + source: winget configurationVersion: 0.2.0 |
