4 lines
226 B
PowerShell
4 lines
226 B
PowerShell
# Register Ado Artifact Repo
|
|
|
|
$url='https://pkgs.dev.azure.com/ndgov/_packaging/ITD3/nuget/v2'
|
|
Register-PSRepository -Name "NDGOV_ADO" -SourceLocation $url -PublishLocation $url -InstallationPolicy Trusted -Credential $AdoCred |