Skip to content

Commit

Permalink
Updating flutter install
Browse files Browse the repository at this point in the history
  • Loading branch information
mkieres committed Oct 10, 2021
1 parent 0228d5f commit 5f70e0a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5f70e0a

Please sign in to comment.