From 2bf0e88b30e704828ccacc16c48a57e7ae4ea3fa Mon Sep 17 00:00:00 2001 From: Alexander Zhogov Date: Fri, 12 Feb 2021 21:49:22 +0300 Subject: [PATCH] Azure CI: Enable IB initiators as helpers --- .ci/azure/windows.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.ci/azure/windows.yml b/.ci/azure/windows.yml index c94153df5fb..66103b4b496 100644 --- a/.ci/azure/windows.yml +++ b/.ci/azure/windows.yml @@ -98,10 +98,6 @@ jobs: workingDirectory: $(BUILD_DIR) displayName: 'Build Win' - - script: echo Stop IncrediBuild_Agent && net stop IncrediBuild_Agent - displayName: Stop IncrediBuild - continueOnError: true - - script: dir $(REPO_DIR)\bin\ /s displayName: 'List files' @@ -204,4 +200,8 @@ jobs: #testRunTitle: 'Pre/Post-Commit' # Optional buildPlatform: 'x64' # Optional buildConfiguration: 'Windows' # Optional - #publishRunAttachments: true # Optional \ No newline at end of file + #publishRunAttachments: true # Optional + + - script: echo Stop IncrediBuild_Agent && net stop IncrediBuild_Agent + displayName: Stop IncrediBuild + continueOnError: true