-
Notifications
You must be signed in to change notification settings - Fork 100
Closed
Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest released version
- Search the existing issues.
Steps to reproduce
After installing PowerShellGet 3.0 Preview 11, run Update-PSResource -Prerelease
removes itself.
Expected behavior
PSResources gets updated.
Actual behavior
PowerShellGet module's files gets removed.
Error details
No response
Environment data
ModuleType Version PreRelease Name ExportedCommands
---------- ------- ---------- ---- ----------------
Binary 3.0.11 beta PowerShellGet {Find-PSResource, Get-InstalledPSResource, Get-PSResourceRepository, Install-PSResource…}
Key : PSVersion
Value : 7.2.0-preview.8
Name : PSVersion
Key : PSEdition
Value : Core
Name : PSEdition
Key : GitCommitId
Value : 7.2.0-preview.8
Name : GitCommitId
Key : OS
Value : Microsoft Windows 10.0.22000
Name : OS
Key : Platform
Value : Win32NT
Name : Platform
Key : PSCompatibleVersions
Value : {1.0, 2.0, 3.0, 4.0…}
Name : PSCompatibleVersions
Key : PSRemotingProtocolVersion
Value : 2.3
Name : PSRemotingProtocolVersion
Key : SerializationVersion
Value : 1.1.0.1
Name : SerializationVersion
Key : WSManStackVersion
Value : 3.0
Name : WSManStackVersion
Visuals
No response