Skip to content

Commit 12679d7

Browse files
rainersigwaldAR-May
authored andcommitted
Unset NUGET_PACKAGES in official build only (#9523)
The devdiv build machine images appear to have started setting the environment variable `NUGET_PACKAGES`, which caused a mismatch between the location where `drop.app` was restored (repo-local location) and where it was used from (environment-variable defined machine location), causing build failures. Co-authored-by: AR-May <[email protected]>
1 parent 46d6273 commit 12679d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.vsts-dotnet.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ stages:
9494
value: 'int.main'
9595
- name: VisualStudio.DropName
9696
value: Products/$(System.TeamProject)/$(Build.Repository.Name)/$(Build.SourceBranchName)/$(Build.BuildNumber)
97+
- name: NUGET_PACKAGES
98+
value:
9799

98100
steps:
99101
- task: NuGetToolInstaller@0

0 commit comments

Comments
 (0)