We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ca43a commit 818d1a4Copy full SHA for 818d1a4
1 file changed
azure-pipelines.yml
@@ -40,7 +40,7 @@ steps:
40
41
- powershell: |
42
Import-Module ./PSGitChangeLog -force
43
- Get-GitHistory -OutputAs md | Set-Content Changelog.md
+ Get-GitHistory -OutputAs md | Set-Content Changelog.md -Encoding utf8
44
45
- task: PowerShell@2
46
inputs:
0 commit comments