ci: really use shallow clones on Azure Pipelines
This was a left-over from the previous YAML schema, and it no longer works. The problem was noticed while editing `azure-pipelines.yml` in VS Code with the very helpful "Azure Pipelines" extension (syntax highlighting and intellisense for `azure-pipelines.yml`...). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
ab7d854aba
commit
b35304bf95
@ -1,6 +1,5 @@
|
||||
resources:
|
||||
- repo: self
|
||||
fetchDepth: 1
|
||||
variables:
|
||||
Agent.Source.Git.ShallowFetchDepth: 1
|
||||
|
||||
jobs:
|
||||
- job: windows_build
|
||||
|
Loading…
Reference in New Issue
Block a user