From 08950e0ec971ab949bc3f5953712c8a1d70033f4 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Wed, 19 Jun 2019 17:25:36 -0600 Subject: [PATCH] Apply public feed workaround for Azure Pipelines This can be reverted in mid-July --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index da2abf97..b7ef0cfe 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,6 +10,7 @@ variables: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true BuildConfiguration: Release BuildPlatform: Any CPU + NuGet.ForceNuGetForPush: true # Workaround for public feed limitation in NuGetCommand task - remove after July 15, 2019. resources: containers: