PowerShellGetv2 icon indicating copy to clipboard operation
PowerShellGetv2 copied to clipboard

PowerShellGet is the Package Manager for PowerShell

Results 116 PowerShellGetv2 issues
Sort by recently updated
recently updated
newest added

Steps to reproduce ------------------ This does not repro, sporadically happens in the CI run and i luckily got one repro PS C:\Users\Administrator> Install-Module -Name Azurestack -Repository PSGallery -Verbose VERBOSE: Repository...

Needs Repro Info

I don't know why PowerShell/PowerShellGetv2#133 was closed when this is still so **COMPLETELY BROKEN** We cannot work with repositories that require credentials unless we ... ... pass credentials ... with...

Steps to reproduce ------------------ 1. Create an Azure Devops Artifact feed (org or team project scoped) called **privatepsgallery** and upstream powershellgallery. 2. Generate a personal access token with Package read/write...

A Windows PowerShell v5.1 session: PS H:\> $PSVersionTable Name Value ---- ----- PSVersion 5.1.17763.1007 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.17763.1007 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion...

I am trying to publish a module from a MacOS. @SydneyhSmith tagging you hopping you can help resolve this one quickly. Steps to reproduce ------------------ ```powershell Publish-Module -Name FakeFile -NuGetApiKey...

When I run the following command: `Find-Package -Name Microsoft.Web.Xdt -ProviderName NuGet` I get this error: `Find-Package: No match was found for the specified search criteria and package name 'Microsoft.Web.Xdt'. Try...

Context -------- We have developed custom Powershell modules to ease the management of third party solutions from developers laptop and Azure DevOps pipelines. We don't have any issues when registrating...

* Update LICENSE so that Github recognizes it as MIT. * Remove the term All Rights Reserved as Microsoft no longer recommend it. See also: https://github.com/PowerShell/PowerShell/pull/12729

2.1.4 seems to have broken -AllowPrerelease. I was able to verify it is working in 2.1.3 and only an issue in 2.1.4. Steps to reproduce ------------------ ```powershell Find-Module PSReadLine -AllowPrerelease...

Needs Repro Info

If I'm synchronizing PSGallery packages to a private Azure Devops feed, I would like to be able to copy versions of PSGallery modules newer than the latest version stored in...