Skip to content

Commit

Permalink
Update VS DSC in configuration manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoAdonis committed Mar 7, 2024
1 parent bcc5c13 commit 00b1230
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions configuration.dsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ properties:
- resource: Microsoft.WinGet.DSC/WinGetPackage
id: vsPackage
directives:
description: Install Visual Studio Community 2022
description: Install Visual Studio 2022 Community
allowPrerelease: true
settings:
id: Microsoft.VisualStudio.2022.Community
Expand All @@ -15,8 +15,7 @@ properties:
- vsPackage
directives:
description: Install required VS workloads
maxVersion: "1.0.15"
allowPrerelease: true
maxVersion: "1.0.21"
settings:
productId: Microsoft.VisualStudio.Product.Community
channelId: VisualStudio.17.Release
Expand Down
5 changes: 2 additions & 3 deletions configuration_vsonly.dsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ properties:
- resource: Microsoft.WinGet.DSC/WinGetPackage
id: vsPackage
directives:
description: Install Visual Studio Community 2022
description: Install Visual Studio 2022 Community
allowPrerelease: true
settings:
id: Microsoft.VisualStudio.2022.Community
Expand All @@ -15,8 +15,7 @@ properties:
- vsPackage
directives:
description: Install required VS workloads
maxVersion: "1.0.15"
allowPrerelease: true
maxVersion: "1.0.21"
settings:
productId: Microsoft.VisualStudio.Product.Community
channelId: VisualStudio.17.Release
Expand Down

0 comments on commit 00b1230

Please sign in to comment.