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
I have tried to move my nuget packages from one public feed(sourcefeed) stored on an Azure Devops Org (org1) , to another Private (destinationfeed) feed Organization on Azure Devops (org2) , and when i type the command, I get an error. And my powershell version is as follows.
But recommended is that you download the script and import it from disk Import-Module -Name C:\Users\...\WindowsPowerShell\Modules\MyGetPackageMigration.psm1 -Verbose -Force
I have tried to move my nuget packages from one public feed(sourcefeed) stored on an Azure Devops Org (org1) , to another Private (destinationfeed) feed Organization on Azure Devops (org2) , and when i type the command, I get an error. And my powershell version is as follows.
`Move-MyGetNuGetPackages -SourceIndexUrl 'https://pkgs.dev.azure.com/udtrucksQA/_packaging/netcore/nuget/v3/index.json' -DestinationIndexUrl 'https://pkgs.dev.azure.com/leoyanstudy/_packaging/leoyanstudy/nuget/v3/index.json' -DestinationPAT 'xxx' -DestinationFeedName 'leoyanstudy' -Verbose
Move-MyGetNuGetPackages : The term 'Move-MyGetNuGetPackages' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
PS H:> host
Name : ConsoleHost
Version : 5.1.19041.1320
InstanceId : 396c9a50-9ff8-4575-a789-e595ae512bb3
UI : System.Management.Automation.Internal.Host.InternalHostUserInterface
CurrentCulture : zh-CN
CurrentUICulture : en-US
PrivateData : Microsoft.PowerShell.ConsoleHost+ConsoleColorProxy
DebuggerEnabled : True
IsRunspacePushed : False
Runspace : System.Management.Automation.Runspaces.LocalRunspace`
The text was updated successfully, but these errors were encountered: