From a2e23546a870b18b36bfcb37560b74b6564dfd76 Mon Sep 17 00:00:00 2001 From: Robert Beekman Date: Sun, 15 Nov 2020 23:55:27 +0100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- ci/azure-pipelines.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ci/azure-pipelines.yml b/ci/azure-pipelines.yml index 5d35f3b82..645e5732b 100644 --- a/ci/azure-pipelines.yml +++ b/ci/azure-pipelines.yml @@ -17,8 +17,6 @@ steps: - checkout: self path: s/Artemis -- task: NuGetToolInstaller@1 - - task: DownloadPipelineArtifact@2 inputs: buildType: 'specific' @@ -28,10 +26,11 @@ steps: artifactName: 'RGB.NET development build' targetPath: '$(Pipeline.Workspace)/s/RGB.NET/bin/netstandard2.0' -- task: NuGetCommand@2 - displayName: 'NuGet restore Artemis' +- task: DotNetCoreCLI@2 inputs: - restoreSolution: '$(artemisSolution)' + command: 'restore' + projects: '$(artemisSolution)' + feedsToUse: 'config' # - task: ResharperCli@2 # inputs: