From 8a38e124fd160013c4b7c27dd6c35b69e9b83423 Mon Sep 17 00:00:00 2001 From: Qstick Date: Tue, 28 Dec 2021 14:45:28 -0600 Subject: [PATCH] Speed up Checkout for Docs job --- azure-pipelines.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e9ea6e4e8..393bc4bf7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -841,8 +841,9 @@ stages: displayName: 'Install .net core' inputs: version: $(dotnetVersion) - - checkout: self # Need history for Sonar analysis - submodules: true + - checkout: self + submodules: true + fetchDepth: 1 - bash: ./docs.sh Windows displayName: Create openapi.json - bash: |