diff options
| author | Adonais Romero Gonzalez <[email protected]> | 2024-03-07 16:02:48 -0800 |
|---|---|---|
| committer | Adonais Romero Gonzalez <[email protected]> | 2024-03-07 16:02:48 -0800 |
| commit | ff528e8ce20d25bc8ba2cb89203399cacd51a13d (patch) | |
| tree | 9771a5d47650ccb86901355f29fc9e8b4526ebdc | |
| parent | bac07ee8ca1d08d8de45a898088a4321d0f5000a (diff) | |
Configuration manifests now install latest VS and WDK
| -rw-r--r-- | configuration.dsc.yaml | 2 | ||||
| -rw-r--r-- | configuration_vsonly.dsc.yaml | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/configuration.dsc.yaml b/configuration.dsc.yaml index a5ac49ea..68af36fa 100644 --- a/configuration.dsc.yaml +++ b/configuration.dsc.yaml @@ -9,6 +9,7 @@ properties: settings: id: Microsoft.VisualStudio.2022.Community source: winget + useLatest: true - resource: Microsoft.VisualStudio.DSC/VSComponents id: vsComponents dependsOn: @@ -53,6 +54,7 @@ properties: settings: id: Microsoft.WindowsWDK.10.0.22621 source: winget + useLatest: true - resource: PSDscResources/Script id: wdkVsix dependsOn: diff --git a/configuration_vsonly.dsc.yaml b/configuration_vsonly.dsc.yaml index 93fdda3d..17595aec 100644 --- a/configuration_vsonly.dsc.yaml +++ b/configuration_vsonly.dsc.yaml @@ -9,6 +9,7 @@ properties: settings: id: Microsoft.VisualStudio.2022.Community source: winget + useLatest: true - resource: Microsoft.VisualStudio.DSC/VSComponents id: vsComponents dependsOn: |
