Skip to content

Commit

Permalink
💚 use Force when installing modules
Browse files Browse the repository at this point in the history
  • Loading branch information
michielthai committed Nov 21, 2019
1 parent 235db4f commit 2766127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ steps:
displayName: New Semver

- powershell: |
Install-Module PSGitChangeLog
Install-Module PSGitChangeLog -Scope CurrentUser -Force
Get-GitHistory -OutputAs md | Set-Content Changelog.md -Encoding utf8
displayName: Create Changelog
- task: PowerShell@2
Expand Down

0 comments on commit 2766127

Please sign in to comment.