mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
pipeline file changes
This commit is contained in:
parent
f6910988ef
commit
64d2b8fe45
6 changed files with 14 additions and 14 deletions
8
.azure/pipelines/write-environment-variables.yml
Normal file
8
.azure/pipelines/write-environment-variables.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue