Skip to content

Commit

Permalink
Configuration manifests now install latest VS and WDK
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoAdonis committed Mar 8, 2024
1 parent bac07ee commit ff528e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configuration.dsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ properties:
settings:
id: Microsoft.VisualStudio.2022.Community
source: winget
useLatest: true
- resource: Microsoft.VisualStudio.DSC/VSComponents
id: vsComponents
dependsOn:
Expand Down Expand Up @@ -53,6 +54,7 @@ properties:
settings:
id: Microsoft.WindowsWDK.10.0.22621
source: winget
useLatest: true
- resource: PSDscResources/Script
id: wdkVsix
dependsOn:
Expand Down
1 change: 1 addition & 0 deletions configuration_vsonly.dsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ properties:
settings:
id: Microsoft.VisualStudio.2022.Community
source: winget
useLatest: true
- resource: Microsoft.VisualStudio.DSC/VSComponents
id: vsComponents
dependsOn:
Expand Down

0 comments on commit ff528e8

Please sign in to comment.