Skip to content

Commit

Permalink
Update NodeJS sample
Browse files Browse the repository at this point in the history
Microsoft.WinGet.DSC is stable so "allowPrerelease: true" is no longer necessary.
  • Loading branch information
denelon committed Dec 20, 2024
1 parent 2aee9b7 commit 2cfdf21
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,20 @@ properties:
id: GitHub Desktop
directives:
description: Install GitHub Desktop
allowPrerelease: true
settings:
id: GitHub.GitHubDesktop
source: winget
- resource: Microsoft.WinGet.DSC/WinGetPackage
id: NVM
directives:
description: Install NVM for Windows
allowPrerelease: true
settings:
id: CoreyButler.NVMforWindows
source: winget
- resource: Microsoft.WinGet.DSC/WinGetPackage
id: Visual Studio
directives:
description: Install Visual Studio 2022 Community
allowPrerelease: true
settings:
id: Microsoft.VisualStudio.2022.Community
source: winget
Expand All @@ -56,7 +53,7 @@ properties:
allowPrerelease: true
settings:
productId: Microsoft.VisualStudio.Product.Community
channelId: VisualStudio.17.Release
channelId: VisualStudio.17.Release
components:
- Microsoft.Microsoft.VisualStudio.Workload.Node
- resource: Microsoft.VisualStudio.DSC/VSComponents
Expand All @@ -68,7 +65,7 @@ properties:
allowPrerelease: true
settings:
productId: Microsoft.VisualStudio.Product.Community
channelId: VisualStudio.17.Release
channelId: VisualStudio.17.Release
components:
- Microsoft.VisualStudio.Workload.Universal
configurationVersion: 0.2.0
configurationVersion: 0.2.0

0 comments on commit 2cfdf21

Please sign in to comment.