468663ddbb
Former-commit-id: 1d6753294b2993e1fbf92de9366bb9544db4189b
9 lines
358 B
PowerShell
9 lines
358 B
PowerShell
param(
|
|
[string] $token
|
|
)
|
|
|
|
. $PSScriptRoot\pipeline-logging-functions.ps1
|
|
|
|
Write-PipelineSetVariable -Name 'VSS_NUGET_ACCESSTOKEN' -Value $token
|
|
Write-PipelineSetVariable -Name 'VSS_NUGET_URI_PREFIXES' -Value 'https://dnceng.pkgs.visualstudio.com/;https://pkgs.dev.azure.com/dnceng/;https://devdiv.pkgs.visualstudio.com/;https://pkgs.dev.azure.com/devdiv/'
|