From f249e0b648af6003586f7a127d3f18545c901461 Mon Sep 17 00:00:00 2001 From: Robert Beekman Date: Mon, 16 Nov 2020 00:13:21 +0100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- ci/azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/azure-pipelines.yml b/ci/azure-pipelines.yml index fe6e30c3e..b14d8115f 100644 --- a/ci/azure-pipelines.yml +++ b/ci/azure-pipelines.yml @@ -37,6 +37,7 @@ steps: command: 'restore' projects: '$(artemisSolution)' feedsToUse: 'config' + nugetConfigPath: '$(Pipeline.Workspace)/s/Artemis/src/NuGet.Config' - task: DotNetCoreCLI@2 displayName: 'Publish Artemis'