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

* Updates psget link for documentation header to version agnostic link. * Updates 404 aka.ms link to proper link location for installing psget

Steps to reproduce ------------------ ```powershell Publish-Module -Path foo -AllowPrerelease ``` Expected behavior ----------------- ```none ``` Actual behavior --------------- ```none ``` Environment data ---------------- ```powershell > $PSVersionTable ``` ```powershell > Get-Module...

Needs Repro Info

Steps to reproduce ------------------ You can try to install any script you want. You aren't going to actually run it. ```powershell Install-Script Get-MyAge -force Get-Command -commandtype ExternalScript ``` Expected behavior...

Steps to reproduce ------------------ ```powershell git clone https://github.com/SubPointSolutions/uplift-powershell.git cd uplift-powershell\invoke-uplift pwsh -c invoke-build Clean, PrepareModule, VersionModule, BuildModule, InstallModule, ValidateInstalledModule ``` Expected behavior ----------------- Can build and publish module Actual behavior...

Area-Test

Steps to reproduce ------------------ ```powershell $Test1 = Find-Module $Test2 = Find-Module PSTeams $Test3 = $Test1 | Where-Object { $_.name -eq 'PSTeams' } $Test2.AdditionalMetaData | fl $Test3.AdditionalMetaData | fl ``` ```...

Find-Module

Steps to reproduce ------------------ When the Module manifest contains a prerelease tag with a `-`, such as when: `PrivateData.PSData.Prerelease = 'fix0008-9'` ```powershell Publish-Module @PublishModuleParams ``` Expected behavior ----------------- ```none To...

Publish-Module

Steps to reproduce ------------------ This is done by an Azure Agent: vs2017-win2016 ```powershell #Setup Variables $user = "{authorized email}" $apikey = "{api key generated to interact with Azure DevOps Artifact...

Publish-Module

I ran into the behavior I am about to describe when trying to install `AWSPowerShell.NetCore` module on an Ubuntu AMI in AWS. I am not sure if this is a...

OS-Linux
Install-Module

Steps to reproduce ------------------ The exact conditions which cause the problem to be exhibited are unknown. ```powershell PS> Get-InstalledModule PowerShellGet ``` Many other PowerShellGet cmdlets also exhibit the problem, but...

Needs Repro Info

It's crazy to me that the only way to figure out how to call these commands is via closely reading the CHANGELOG.md Here is an example: https://github.com/PowerShell/PowerShellGet/blob/f0728e01a5f972b2afbde0fd3acfee498d36ed21/CHANGELOG.md#L108-L109 Why don't you...

Area-Documentation