Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielGoehler authored Nov 3, 2020
1 parent 6a06989 commit 20bd344
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# XliffCheck
# XliffCheck
Checks for missing translations in an Azure DevOps build pipeline for Business Central AL Extensions

# Usage

```yaml
- task: CmdLine@2
displayName: "Check Xliff Files"
inputs:
script: '"\\files\DevOps\Common\XliffCheck\App.exe" $(Build.SourcesDirectory)\Translations\'
```
# Credits
XliffCheck is inspired by https://github.com/ReportsForNAV/xliffCompare

0 comments on commit 20bd344

Please sign in to comment.