From 61fc96742ddca46804059af6f0ed818296ad2842 Mon Sep 17 00:00:00 2001 From: SpoinkyNL Date: Mon, 16 Nov 2020 00:32:55 +0100 Subject: [PATCH] I love CI <3 --- ci/azure-pipelines-docfx.yml | 2 +- ci/azure-pipelines.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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)'