diff --git a/.vsts-dotnet.yml b/.vsts-dotnet.yml index 1c28b3bf2ca..ea163193844 100644 --- a/.vsts-dotnet.yml +++ b/.vsts-dotnet.yml @@ -94,6 +94,8 @@ stages: value: 'int.main' - name: VisualStudio.DropName value: Products/$(System.TeamProject)/$(Build.Repository.Name)/$(Build.SourceBranchName)/$(Build.BuildNumber) + - name: NUGET_PACKAGES + value: steps: - task: NuGetToolInstaller@0