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