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')