From 60d9aacac64b39fd22d43e8b1ca4641bd60a9b48 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 14 Jan 2024 13:27:52 -0600 Subject: [PATCH] Build report can get sent before installer finished --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fd4387289..c61befd98 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1242,6 +1242,7 @@ stages: - stage: Report_Out dependsOn: - Analyze + - Installer - Unit_Test - Integration - Automation