From a6bbd16d207d35a75af3a04fb23842d6e736b310 Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 17 Nov 2020 21:19:40 +0100 Subject: [PATCH] Trying without dotnet restore --- azure-pipelines.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 77abc0573..31451a587 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -30,13 +30,6 @@ steps: packageType: sdk version: 5.0.100 -- task: DotNetCoreCLI@2 - displayName: 'dotnet restore' - inputs: - command: 'restore' - projects: '${solution}' - feedsToUse: 'config' - - task: DotNetCoreCLI@2 displayName: Publish single-exe x64 inputs: