From 6db542d5e24fc3799bb8e13d2364f33d609c34cd Mon Sep 17 00:00:00 2001 From: "o.hauff" Date: Sun, 11 Jul 2021 11:52:28 +0000 Subject: [PATCH] Checkout step corrected. --- Xamarin.Android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xamarin.Android.yml b/Xamarin.Android.yml index 52cf0cf..4ca88c5 100644 --- a/Xamarin.Android.yml +++ b/Xamarin.Android.yml @@ -17,7 +17,7 @@ variables: steps: # 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/master +- checkout: git://sharee.bike App/sharee.bike App - task: NuGetToolInstaller@1 - task: NuGetCommand@2