Skip to content

Commit f151b41

Browse files
committed
Added back fetchDepth: 0
1 parent 95e07cb commit f151b41

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build/azure-pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,9 @@ stages:
301301
vmImage: 'ubuntu-latest'
302302
timeoutInMinutes: 30
303303
steps:
304-
# Setup environment
304+
# Setup environment (full clone needed for Nerdbank.GitVersioning during publish)
305305
- checkout: self
306+
fetchDepth: 0
306307

307308
- task: DownloadPipelineArtifact@2
308309
displayName: Download build artifacts

0 commit comments

Comments
 (0)