Adding steps for restoring nuget pckgs

This commit is contained in:
Elitsa Marinovska
2020-11-26 08:26:09 +01:00
parent b0186e5a8e
commit b198e7891d

View File

@@ -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