Closed janegilring closed 2 months ago
Is there a way not to hardcode the versions ? I'm asking to avoid having high maintenance
We can use "Latest" as soon as the WinGet.DSC module gets stable so we won't need the "allow: prerelease". This is expected to happen very soon.
This pull request includes updates to the
WinGet.ps1
script to specify versions for the WinGet PowerShell modules and improve the installation process.Updates to WinGet PowerShell modules:
azure_jumpstart_arcbox/artifacts/WinGet.ps1
: Updated the installation commands forMicrosoft.WinGet.Client
andMicrosoft.WinGet.DSC
to specify their versions (1.8.1911
and1.8.1911-alpha
, respectively).Fixes #2724