Files
Sandbox/Register-ADOPSRepo.ps1
T
Zack Meier 03dba08135 sync
2026-04-15 15:42:41 -05:00

8 lines
470 B
PowerShell

#Register-PSRepository -Name NDGOV -SourceLocation 'https://ndgov.pkgs.visualstudio.com/_packaging/ITD3/nuget/v2' -PublishLocation 'https://ndgov.pkgs.visualstudio.com/_packaging/ITD3/nuget/v2' -InstallationPolicy Trusted -Credential $AdoCred
Register-PSRepository -Name ITD_PwshGallery `
-SourceLocation "https://powershell.nd.gov/ITD_PwshGallery/nuget/" `
-PublishLocation "https://powershell.nd.gov/ITD_PwshGallery/nuget/" `
-InstallationPolicy Trusted