pipeline file changes

This commit is contained in:
Brett Hewitson 2022-12-29 16:54:13 +10:00
parent f6910988ef
commit 64d2b8fe45
6 changed files with 14 additions and 14 deletions

View file

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