-
Notifications
You must be signed in to change notification settings - Fork 802
Closed
Labels
Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest version
- Search the existing issues.
Steps to reproduce
According to https://github.com/PowerShell/Win32-OpenSSH/wiki/Install-Win32-OpenSSH Beta releases are available through winget.
However:
PS > winget source reset --force
PS > winget source update
Updating all sources...
Updating source: msstore...
Done
Updating source: winget...
Done
PS > winget --info
Windows Package Manager v1.11.510
Copyright (c) Microsoft Corporation. All rights reserved.
Windows: Windows.Desktop v10.0.22631.6060
System Architecture: X64
Package: Microsoft.DesktopAppInstaller v1.26.510.0
...
PS > winget search "openssh beta"
No package found matching input criteria.
PS > winget search "openssh"
Name Id Version Match Source
---------------------------------------------------------------------
SSHells dzonder.sshells 0.1.4 Tag: openssh winget
OpenSSH Preview Microsoft.OpenSSH.Preview 9.8.3.0 winget
PS > winget search "openssh beta"
No package found matching input criteria.
I was not able to find any beta releases - what am I missing?
Expected behavior
PS > winget search "openssh beta"
Return beta release
Should return one (or more?) beta release (According to https://github.com/PowerShell/Win32-OpenSSH/wiki/Install-Win32-OpenSSH).Actual behavior
PS > winget search "openssh beta"
No package found matching input criteria.Error details
No errorsEnvironment data
Name Value
---- -----
PSVersion 7.5.3
PSEdition Core
GitCommitId 7.5.3
OS Microsoft Windows 10.0.22631
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0Version
N/A
Visuals
No response