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
9fe98a6ee6
commit
50bbebe9ec
4 changed files with 22 additions and 30 deletions
|
|
@ -62,13 +62,7 @@ stages:
|
|||
CleanPublishFolder: false
|
||||
PublishFolder: $(PublishFolder)
|
||||
|
||||
- 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
|
||||
- template: output-environment-variables.yml@self
|
||||
|
||||
- checkout: MasterRepo
|
||||
|
||||
|
|
@ -104,13 +98,7 @@ stages:
|
|||
CleanPublishFolder: false
|
||||
PublishFolder: $(PublishFolder)
|
||||
|
||||
- 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
|
||||
- template: output-environment-variables.yml@self
|
||||
|
||||
- checkout: MasterRepo
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue