Skip to content

Commit 818d1a4

Browse files
committed
💚 use UTF8 encoding
1 parent 67ca43a commit 818d1a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ steps:
4040

4141
- powershell: |
4242
Import-Module ./PSGitChangeLog -force
43-
Get-GitHistory -OutputAs md | Set-Content Changelog.md
43+
Get-GitHistory -OutputAs md | Set-Content Changelog.md -Encoding utf8
4444
4545
- task: PowerShell@2
4646
inputs:

0 commit comments

Comments
 (0)