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