Skip to content

Commit

Permalink
Remove "prerelease: true" (#36484)
Browse files Browse the repository at this point in the history
* Remove "prerelease: true"

The Microsoft.WinGet.DSC module is GA so prerelease: true is no longer needed.

* Update expect.txt

fixing spellcheck warning

---------

Co-authored-by: Clint Rutkas <[email protected]>
  • Loading branch information
denelon and crutkas authored Dec 21, 2024
1 parent f727762 commit ea23f1e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion .configurations/configuration.dsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ properties:
id: vsPackage
directives:
description: Install Visual Studio 2022 Community (Any edition will work)
allowPrerelease: true
settings:
id: Microsoft.VisualStudio.2022.Community
source: winget
Expand Down
1 change: 0 additions & 1 deletion .configurations/configuration.vsEnterprise.dsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ properties:
id: vsPackage
directives:
description: Install Visual Studio 2022 Enterprise (Any edition will work)
allowPrerelease: true
settings:
id: Microsoft.VisualStudio.2022.Enterprise
source: winget
Expand Down
1 change: 0 additions & 1 deletion .configurations/configuration.vsProfessional.dsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ properties:
id: vsPackage
directives:
description: Install Visual Studio 2022 Professional (Any edition will work)
allowPrerelease: true
settings:
id: Microsoft.VisualStudio.2022.Professional
source: winget
Expand Down
5 changes: 2 additions & 3 deletions .github/actions/spell-check/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ lnks
LOADFROMFILE
LOBYTE
LOCALDISPLAY
LOCALPACKAGE
localpackage
LOCALSYSTEM
LOCATIONCHANGE
LOGFONT
Expand Down Expand Up @@ -1722,6 +1722,7 @@ WIC
wifi
wil
winapi
winappsdk
wincodec
Wincodecsdk
wincolor
Expand Down Expand Up @@ -1846,5 +1847,3 @@ zonable
zoneset
Zoneszonabletester
zzz
localpackage
winappsdk

0 comments on commit ea23f1e

Please sign in to comment.