diff --git a/ci/azure-pipelines-docfx.yml b/ci/azure-pipelines-docfx.yml index a88324a72..584ceebd4 100644 --- a/ci/azure-pipelines-docfx.yml +++ b/ci/azure-pipelines-docfx.yml @@ -28,7 +28,7 @@ steps: command: 'restore' projects: '$(artemisSolution)' feedsToUse: 'config' - nugetConfigPath: '$(Pipeline.Workspace)/s/Artemis/src/NuGet.Config' + nugetConfigPath: '$(Pipeline.Workspace)/s/src/NuGet.Config' - task: PowerShell@2 displayName: "DockFX build" diff --git a/ci/azure-pipelines.yml b/ci/azure-pipelines.yml index b14d8115f..660852ef6 100644 --- a/ci/azure-pipelines.yml +++ b/ci/azure-pipelines.yml @@ -33,6 +33,7 @@ steps: targetPath: '$(Pipeline.Workspace)/s/RGB.NET/bin/netstandard2.0' - task: DotNetCoreCLI@2 + displayName: 'dotnet restore Artemis' inputs: command: 'restore' projects: '$(artemisSolution)'