mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-18 09:35:48 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
8da89fb289
commit
8a479ae2aa
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ stages:
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: Output Environment Variables
|
displayName: Output Environment Variables
|
||||||
condition: contains(variables['system.debug'], 'true')
|
#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'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue