Skip to content

Nuget Package MangerΒΆ

Add nuget source in MS AzureΒΆ

PowerShell
nuget sources Add -Name "ps-feed" -Source "https://msazure.pkgs.visualstudio.com/D365/_packaging/ps-feed1/nuget/v3/index.json" -username v-padshr@microsft.com -password pswd
where pswd is PAT token

Helpful tool to modify nuget packagesΒΆ

Nuget Explorer It requires PAT token as well to publish the packages to MS Azure

We can have local Nuget Repo and install specific version from thereΒΆ

Local Nuget