From 5f70e0a10e60d520f2a8c7f2c0d1fd85a136107b Mon Sep 17 00:00:00 2001 From: Mikolaj Kieres Date: Sat, 9 Oct 2021 22:15:50 -0700 Subject: [PATCH] Updating flutter install --- CD.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/CD.yml b/CD.yml index ce41f30e..f2511099 100644 --- a/CD.yml +++ b/CD.yml @@ -121,11 +121,13 @@ stages: vmImage: "macOS-latest" steps: - - task: FlutterInstall@0 - inputs: - channel: "stable" - version: "custom" - customVersion: "1.22.3" + - task: FlutterInstall@0 + displayName: "Install Flutter" + inputs: + mode: "auto" + channel: "stable" + version: "custom" + customVersion: "2.5.2" - task: InstallAppleCertificate@2 inputs: