From b198e7891dfdf116bbcf90d1707aeddf37afccdc Mon Sep 17 00:00:00 2001 From: Elitsa Marinovska Date: Thu, 26 Nov 2020 08:26:09 +0100 Subject: [PATCH] Adding steps for restoring nuget pckgs --- build/azure-pipelines.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 55f7b4ff73..768aeeb3f3 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -42,3 +42,12 @@ jobs: inputs: command: test projects: '**\*.Tests.UnitTests.csproj' + + - task: NuGetToolInstaller@1 + displayName: 'Use NuGet Latest' + + - task: NuGetCommand@2 + displayName: 'Restore NuGet Packages' + inputs: + restoreSolution: '*\src\umbraco.sln' + feedsToUse: config