From cc48a06c92709779ca4c46c8a76cd3a02d1ba1cf Mon Sep 17 00:00:00 2001 From: "o.hauff" Date: Thu, 1 Jul 2021 07:11:27 +0000 Subject: [PATCH] Checkout task removed. --- azure-pipelines.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7f25e68..13a34c6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,9 +21,6 @@ steps: displayName: 'Select the Xamarin SDK version' enabled: false -# Get code from Open Source repo. -# https://docs.microsoft.com/en-us/azure/devops/pipelines/repos/multi-repo-checkout?view=azure-devops#specify-multiple-repositories -- checkout: git://sharee.bike App/sharee.bike App - task: NuGetToolInstaller@1 - task: NuGetCommand@2