From 9a75d4797c6a1563fe4657dbec636740fd7a03b3 Mon Sep 17 00:00:00 2001 From: Jens Horstmann Date: Mon, 27 Nov 2023 14:31:56 +0100 Subject: [PATCH] fix: generation of localization files --- .azure/pipeline.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.azure/pipeline.yaml b/.azure/pipeline.yaml index 216308d..e2860f7 100644 --- a/.azure/pipeline.yaml +++ b/.azure/pipeline.yaml @@ -22,6 +22,14 @@ stages: channel: 'stable' version: 'latest' + - task: Bash@3 + displayName: "Run localization" + inputs: + targetType: 'inline' + script: | + $(FlutterToolPath)/flutter pub get + $(FlutterToolPath)/flutter gen-l10n + - task: Bash@3 displayName: "Run build_runner" inputs: