From 066c0db340a54decb7144a7a9a007f6e7318f4ef Mon Sep 17 00:00:00 2001 From: Georg Jung Date: Wed, 22 Feb 2023 16:17:52 +0100 Subject: [PATCH] Avoid shallow cloning --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c67d1364..2bac596a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -101,6 +101,8 @@ stages: pool: vmImage: $(imageName) steps: + - checkout: self + fetchDepth: 0 # avoid shallow clone so nbgv can do its work. - task: UseDotNet@2 displayName: Install .NET 6.0.403 SDK inputs: