From 2fcb3014c439952112a9b945a7ee89f8a908b10d Mon Sep 17 00:00:00 2001 From: garfield69 Date: Thu, 8 Apr 2021 16:04:31 +1200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3780120ec..3f8a3bdf5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -77,6 +77,13 @@ stages: steps: - checkout: self + # https://github.com/actions/virtual-environments/issues/3038 + # Workflow fails to download dependencies from NuGet.org + - uses: fabriciomurta/ensure-nuget-source@v1 + with: + name: 'nuget.org' + url: 'https://api.nuget.org/v3/index.json' + - task: UseDotNet@2 displayName: Install .NET Core SDK inputs: