Skip to content

Commit

Permalink
fix: generation of localization files
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshor committed Nov 27, 2023
1 parent 85a971d commit 9a75d47
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .azure/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9a75d47

Please sign in to comment.