From 55896093418cd74c3284dd17993fa2928e0f2173 Mon Sep 17 00:00:00 2001 From: Russell Seymour Date: Tue, 19 Nov 2024 14:27:39 +0000 Subject: [PATCH] Removed deep checkout Signed by: Russell Seymour --- build/azuredevops-taskctl.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build/azuredevops-taskctl.yml b/build/azuredevops-taskctl.yml index 4d1d91a..9aba788 100644 --- a/build/azuredevops-taskctl.yml +++ b/build/azuredevops-taskctl.yml @@ -24,10 +24,6 @@ stages: jobs: - job: Build steps: - # Do not perform a shallow checkout of the repo - - checkout: self - fetchDepth: 0 - # Install Taskfile for the build to run - task: Bash@3 displayName: Install Taskctl