pipeline file changes

This commit is contained in:
Brett Hewitson 2022-12-23 14:12:09 +10:00
parent 9fe98a6ee6
commit 50bbebe9ec
4 changed files with 22 additions and 30 deletions

View file

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