From 2346e8a884b92c480e9483292ca47c7c19c8baad Mon Sep 17 00:00:00 2001 From: Martin Slot Date: Sat, 11 Apr 2020 13:22:14 +0200 Subject: [PATCH] Removed nuget restore --- azure-pipelines.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d698cae..01e8c25 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,12 +26,6 @@ stages: runtime: 'core' configFilePath: 'tools/config/GitVersion.yml' updateAssemblyInfo: true - - task: DotNetCoreCLI@2 - displayName: "Restore" - inputs: - command: 'restore' - projects: 'src/**/*.csproj' - feedsToUse: 'select' - task: DotNetCoreCLI@2 displayName: "Build" inputs: