rdagumampan / yuniql

Free and open source schema versioning and database migration made natively with .NET/6. NEW THIS MAY 2022! v1.3.15 released!
https://yuniql.io
Apache License 2.0
417 stars 63 forks source link

French characters are turned to unreadable characters when deploying using Azure DevOps Pipelines #314

Open ayadiwork opened 9 months ago

ayadiwork commented 9 months ago

Hello, I have some french characters in my script : 'é', 'è', 'â' .... But those characters are turned to non readable characters. image I am using Postgresql on Azure Also. Here my ADO task :

  - task: rdagumampan.yuniql-azdevops-extensions.run-task.RunYuniqlCLI@1
            displayName: 'Run Yuniql'
            inputs:
                connectionString: 'MyServiceConnectionName'
                workspacePath: '$(System.DefaultWorkingDirectory)/Yuniqlfolder'
                targetPlatform: postgresql
                autoCreateDatabase: true
                additionalArguments: '--debug'