Add comment (#20849)

(cherry picked from commit 63e06f6b0973e87f10d2ea9af0228d92c0d0ab12)
This commit is contained in:
Charles Gagnon
2022-10-13 21:42:50 -07:00
committed by GitHub
parent f001adc6d6
commit f75472f410

View File

@@ -133,6 +133,7 @@ steps:
# Per https://developercommunity.visualstudio.com/t/variablesexpressions-dont-work-with-continueonerro/1187733 we can't use variables
# in continueOnError directly so instead make two copies of the task and only run one or the other based on the SMOKE_FAIL_ON_ERROR value
# Disable Kusto & Azure Monitor Extensions because they're crashing during tests - see https://github.com/microsoft/azuredatastudio/issues/20846
- script: |
set -e
APP_ROOT=$(agent.builddirectory)/azuredatastudio-darwin-$(VSCODE_ARCH)
@@ -142,6 +143,7 @@ steps:
continueOnError: true
condition: and(succeeded(), and(or(eq(variables['RUN_TESTS'], 'true'), eq(variables['RUN_SMOKE_TESTS'], 'true')), ne(variables['SMOKE_FAIL_ON_ERROR'], 'true')))
# Disable Kusto & Azure Monitor Extensions because they're crashing during tests - see https://github.com/microsoft/azuredatastudio/issues/20846
- script: |
set -e
APP_ROOT=$(agent.builddirectory)/azuredatastudio-darwin-$(VSCODE_ARCH)