f5d3c3dd00
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19571.10
8 lines
358 B
PowerShell
8 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/'
|