From 2e431c07cde1bedb8bd181d15fbae3e02f9e46f7 Mon Sep 17 00:00:00 2001 From: AR-May <67507805+AR-May@users.noreply.github.com> Date: Wed, 13 Dec 2023 16:26:35 +0100 Subject: [PATCH] Revert "Unset NUGET_PACKAGES in official build only (#9523)" This reverts commit 67d742f0a7a0de2d770909319bc334d0338b1fbd. --- .vsts-dotnet.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.vsts-dotnet.yml b/.vsts-dotnet.yml index ea163193844..1c28b3bf2ca 100644 --- a/.vsts-dotnet.yml +++ b/.vsts-dotnet.yml @@ -94,8 +94,6 @@ 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