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