From ff8001c6d3ee652b60357244c4fd0231214c80ce Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Thu, 8 Apr 2021 17:50:27 +1200 Subject: [PATCH] Revert "Update azure-pipelines.yml" This reverts commit a7efe4a6d3e74eb6267593ff87537c5ad00a113e. --- azure-pipelines.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8ea90a80b..3780120ec 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -75,10 +75,7 @@ stages: vmImage: $(imageName) displayName: ${{ variables.buildDescription }} steps: - - name: Ensure NuGet Source - uses: fabriciomurta/ensure-nuget-source@v1 - - - checkout: self + - checkout: self - task: UseDotNet@2 displayName: Install .NET Core SDK