fix: 🐛🔨 100x fetch depth so build server captures necessary commits

This commit is contained in:
Collin M. Barrett 2020-09-13 05:07:28 -05:00
parent a2ccdeb921
commit 2a51819b43
3 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ pool:
steps:
- checkout: self
fetchDepth: 1
fetchDepth: 100
- task: CopyFiles@2
displayName: stage files

View file

@ -45,7 +45,7 @@ variables:
steps:
- checkout: self
fetchDepth: 1
fetchDepth: 100
- task: Docker@2
displayName: build

View file

@ -21,7 +21,7 @@ variables:
steps:
- checkout: self
fetchDepth: 1
fetchDepth: 100
- task: Docker@2
displayName: build