Skip to content

Commit

Permalink
fix: ensure canary-merge pipeline won't fail due to unrelated history…
Browse files Browse the repository at this point in the history
… merge
  • Loading branch information
Kevin Takla committed Feb 28, 2024
1 parent 1d4e8a1 commit df36571
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/canary-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ variables:
steps:
- checkout: self
clean: true
fetchDepth: 0
persistCredentials: true

- task: UseDotNet@2
Expand Down

0 comments on commit df36571

Please sign in to comment.