Speed up Checkout for Docs job

This commit is contained in:
Qstick
2021-12-28 14:45:28 -06:00
parent 38fcffe871
commit 8a38e124fd

View File

@@ -841,8 +841,9 @@ stages:
displayName: 'Install .net core'
inputs:
version: $(dotnetVersion)
- checkout: self # Need history for Sonar analysis
- checkout: self
submodules: true
fetchDepth: 1
- bash: ./docs.sh Windows
displayName: Create openapi.json
- bash: |