From 3039491e524773c245d81e666f42a4f0c1b702af Mon Sep 17 00:00:00 2001 From: nor0x Date: Fri, 13 Nov 2020 14:18:35 +0100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dafcc25..7000d35 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -40,6 +40,8 @@ steps: externalFeedCredentials: 'gh-packages' publishFeedCredentials: 'gh-packages' allowPackageConflicts: true + continueOnError: true + - task: NuGetCommand@2