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>

Johannes Schindelin committed Oct 4, 2019 at 08:09 UTC b35304bf958812a99dcbda366670ddc7bf9e086d
1 file changed +2 -3
azure-pipelines.yml
+2 -3
@@ -1,6 +1,5 @@
1 -resources:
2 -- repo: self
3 - fetchDepth: 1
1 +variables:
2 + Agent.Source.Git.ShallowFetchDepth: 1
3
4 jobs:
5 - job: windows_build