You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Register-PackageSource -Name PSR -Location C:\AAD\Apps\powershell\GraphRepository\ -ProviderName NuGet -Trusted
Place files into the local repository i.e. microsoft.graph.1.10.0.nupkg; microsoft.graph.authentication.1.10.0.nupkg
Install-Package -Name Microsoft.Graph.Authentication -Source PSR
Install-Package : No match was found for the specified search criteria and package name 'Microsoft.Graph.Authentication'. Try
Get-PackageSource to see all available registered package sources.
Find-Package -Source PSR returns no results.
Other nukpg files work such as Azure AD PowerShell module
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.
Repro steps:
Register-PackageSource -Name PSR -Location C:\AAD\Apps\powershell\GraphRepository\ -ProviderName NuGet -Trusted
Place files into the local repository i.e. microsoft.graph.1.10.0.nupkg; microsoft.graph.authentication.1.10.0.nupkg
Install-Package -Name Microsoft.Graph.Authentication -Source PSR
Install-Package : No match was found for the specified search criteria and package name 'Microsoft.Graph.Authentication'. Try
Get-PackageSource to see all available registered package sources.
Find-Package -Source PSR returns no results.
Other nukpg files work such as Azure AD PowerShell module
The text was updated successfully, but these errors were encountered: