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