Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Brett Hewitson 2022-12-21 21:44:26 +10:00
parent 227996dc92
commit f89cf0e099

View file

@ -36,6 +36,8 @@ stages:
steps: steps:
- task: PowerShell@2 - task: PowerShell@2
displayName: Output Environment Variables
condition: contains(variables['system.debug'], 'true')
inputs: inputs:
targetType: 'inline' targetType: 'inline'
script: '(gci env:*).GetEnumerator() | Sort-Object Name | Out-String' script: '(gci env:*).GetEnumerator() | Sort-Object Name | Out-String'