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'