Add diagnostics to pipelines (#6468)
This commit is contained in:
Родитель
9b2b6d60a8
Коммит
8621690b25
|
@ -149,3 +149,10 @@ steps:
|
|||
scriptLocation: inlineScript
|
||||
inlineScript: 'call az group delete -n "$(BotGroup)" --yes'
|
||||
condition: and(always(), ne(variables['DeleteResourceGroup'], 'false'))
|
||||
|
||||
- powershell: |
|
||||
cd ..
|
||||
ls -R
|
||||
displayName: 'Dir workspace'
|
||||
continueOnError: true
|
||||
condition: succeededOrFailed()
|
|
@ -124,3 +124,10 @@ steps:
|
|||
scriptLocation: inlineScript
|
||||
inlineScript: 'call az group delete -n "$(LinuxTestBotBotGroup)" --yes'
|
||||
condition: and(always(), ne(variables['DeleteResourceGroup'], 'false'))
|
||||
|
||||
- powershell: |
|
||||
cd ..
|
||||
ls -R
|
||||
displayName: 'Dir workspace'
|
||||
continueOnError: true
|
||||
condition: succeededOrFailed()
|
|
@ -163,3 +163,10 @@ steps:
|
|||
scriptLocation: inlineScript
|
||||
inlineScript: 'call az group delete -n "$(BotGroup)" --yes'
|
||||
condition: and(always(), ne(variables['DeleteResourceGroup'], 'false'))
|
||||
|
||||
- powershell: |
|
||||
cd ..
|
||||
ls -R
|
||||
displayName: 'Dir workspace'
|
||||
continueOnError: true
|
||||
condition: succeededOrFailed()
|
Загрузка…
Ссылка в новой задаче