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 the issue 1. Using a dockerfile like this ``` FROM mcr.microsoft.com/dotnet/core/sdk:2.1-bionic RUN dotnet tool install --global PowerShell \ && apt-get update \ && apt-get install zip...

Publish-Module

Steps to reproduce ------------------ ```powershell Install-Module -Name AzureArtifactsPowerShellModuleHelper -Scope CurrentUser -Force -MaximumVersion 2.999 ``` Expected behavior ----------------- It downloads and installs the module without giving any output, warnings, or errors....

Find-Module

I've created a lot of modules (publicly, and for internal tooling) and always find myself having to reinvent the wheel when it comes to packaging and publishing PowerShell modules because...

Up-For-Grabs
Publish-Module

Builds been failing for 13 days and 2 months for master/development branch. * https://github.com/PowerShell/PowerShell Examples: * https://ci.appveyor.com/project/PowerShell/powershellget/branch/master * https://ci.appveyor.com/project/PowerShell/powershellget-0lib3/branch/development ![image](https://user-images.githubusercontent.com/3785585/74478775-1c353780-4f02-11ea-89ca-759fd49d0c25.png)

Issue-Bug
Area-Test

# Steps to reproduce The release script or module should add the current system version,Reduce the difficulty of finding available scripts or modules ```powershell ``` # Expected behavior ```none ```...

Needs Repro Info

# Steps to reproduce ```powershell ``` # Expected behavior ```none ``` # Actual behavior ```none PS /sdcard/Documents/sh> New-ScriptFileInfo -path ../aa/scriptfileinfo.ps1 -Description 'fgg' -force MetadataError: /root/.powershell-daily/Modules/PowerShellGet/PSModule.psm1:10282 Line | 10282 | $Author...

Needs Repro Info

I'm not sure if this was just an oversight or if it was intentionally left out, but if I specify -Proxy and/or -ProxyCredentials when calling Register-PSRepository -Default, they get ignored...

# Description This pull request resolves issue #165 . ## Changelog ### Get-PSScriptInfoString.ps1 1. Removed the trailing whitespace on line 90. 1. Refactored lines 96-97 as a singular line of...

# Steps to reproduce 1. create a module manifest with default values for `CmdletsToExport`, and `AliasesToExport` snippet from `foo.psd1`: ```powershell # Cmdlets to export from this module, for best performance,...

ModuleManifest

Steps to reproduce ------------------ ```powershell $OFS = ", " Publish-Module -Name Example -Repository SomeRepo ``` Expected behavior ----------------- Module published. Actual behavior --------------- ```none Failed to generate the compressed file...

Issue-Bug
Up-For-Grabs
Publish-Module