From 3eb2de5884d81fe548e40725e4af55d32399f2dc Mon Sep 17 00:00:00 2001 From: Fredric Silberberg Date: Tue, 11 Mar 2025 12:59:14 -0700 Subject: [PATCH] Add runtime async to official build --- azure-pipelines-official.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index 9010a8640f791..367f22eba7c14 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -7,6 +7,7 @@ trigger: - release/dev17.* - release/dev18.* - features/lsp_tools_host + - features/runtime-async exclude: - release/dev17.0 pr: none