From 3293a03722ab7773549dd9bd088c1328f476fe17 Mon Sep 17 00:00:00 2001 From: Yusuf Mohsinally Date: Mon, 7 Nov 2022 13:40:59 -0800 Subject: [PATCH] Adding release_build:true property to windows builders. This will run the specified jobs under the release builder recipe in dart-internal. Bug:b/232552448 --- .ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ci.yaml b/.ci.yaml index 7f463c1aa9429..cacfa954f1093 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -467,6 +467,7 @@ targets: bringup: true timeout: 60 properties: + release_build: "true" config_name: windows_android_aot_engine - name: Windows windows_host_engine @@ -474,6 +475,7 @@ targets: bringup: true timeout: 60 properties: + release_build: "true" config_name: windows_host_engine - name: Windows Unopt