diff --git a/pipelines/azure-pipelines.release.yml b/pipelines/azure-pipelines.release.yml index ddb058d4..437a66f3 100644 --- a/pipelines/azure-pipelines.release.yml +++ b/pipelines/azure-pipelines.release.yml @@ -84,7 +84,8 @@ jobs: source: 'minkernel\published\internal\telemetry\TelemetryEventSource.cs' destination: '$(workingDirectory)\WingetCreateCLI\Telemetry\' - - task: NuGetCommand@2 + # NuGetCommand task, but since there are two duplicate tasks by this name in the org, must refer to it by GUID + - task: 333b11bd-d341-40d9-afcf-b32d5ce6f23b@2 displayName: Restore Packages inputs: restoreSolution: "$(solution)"