From 855813a173c02fa784bb37ee1c7f590bbb80dc8c Mon Sep 17 00:00:00 2001 From: Brett Hewitson Date: Wed, 21 Dec 2022 21:48:53 +1000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- .azure/pipelines/azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.azure/pipelines/azure-pipelines.yml b/.azure/pipelines/azure-pipelines.yml index 55c86e7b..03f4bb0d 100644 --- a/.azure/pipelines/azure-pipelines.yml +++ b/.azure/pipelines/azure-pipelines.yml @@ -35,6 +35,10 @@ stages: displayName: Build and Publish steps: + - task: agent-capabilities@0 + inputs: + personalAccessToken: '$(System.AccessToken)' + - task: PowerShell@2 displayName: Output Environment Variables condition: contains(variables['system.debug'], 'true')