Don't do a shallow checkout (#13992)

This commit is contained in:
Travis Plunk 2020-11-06 13:55:39 -08:00 committed by Travis Plunk
parent f44ea9801e
commit af48759349
No known key found for this signature in database
GPG key ID: 3E3A55CE95A79E47
12 changed files with 0 additions and 14 deletions

View file

@ -157,8 +157,6 @@ stages:
steps:
- checkout: self
clean: true
fetchDepth: 1
- template: templates/SetVersionVariables.yml
parameters:
ReleaseTagVar: $(ReleaseTagVar)

View file

@ -8,8 +8,6 @@ jobs:
steps:
- checkout: self
clean: true
fetchDepth: 1
- template: SetVersionVariables.yml
parameters:
ReleaseTagVar: $(ReleaseTagVar)

View file

@ -17,7 +17,6 @@ jobs:
steps:
- checkout: self
clean: true
fetchDepth: 1
- template: SetVersionVariables.yml
parameters:

View file

@ -19,7 +19,6 @@ jobs:
# displayName: '<display name of task>'
- checkout: self
clean: true
fetchDepth: 1
- template: SetVersionVariables.yml
parameters:

View file

@ -15,7 +15,6 @@ jobs:
steps:
- checkout: self
clean: true
fetchDepth: 1
- template: shouldSign.yml

View file

@ -15,7 +15,6 @@ jobs:
steps:
- checkout: self
clean: true
fetchDepth: 1
- template: shouldSign.yml

View file

@ -14,7 +14,6 @@ jobs:
steps:
- checkout: self
clean: true
fetchDepth: 1
- task: DownloadPipelineArtifact@2
inputs:

View file

@ -11,7 +11,6 @@ jobs:
steps:
- checkout: self
clean: true
fetchDepth: 1
- task: DownloadPipelineArtifact@2
inputs:

View file

@ -8,7 +8,6 @@ jobs:
steps:
- checkout: self
clean: true
fetchDepth: 1
- task: DownloadPipelineArtifact@2
inputs:

View file

@ -9,7 +9,6 @@ jobs:
steps:
- checkout: self
clean: true
fetchDepth: 1
- template: ./SetVersionVariables.yml
parameters:

View file

@ -16,7 +16,6 @@ jobs:
steps:
- checkout: self
clean: true
fetchDepth: 1
- template: shouldSign.yml
- template: SetVersionVariables.yml

View file

@ -26,7 +26,6 @@ jobs:
steps:
- checkout: self
clean: true
fetchDepth: 1
- template: ./templates/SetVersionVariables.yml
parameters: