Skip to content

Commit

Permalink
Clear out user/machine package folders & sources.
Browse files Browse the repository at this point in the history
We don't want our builds relying on any user or machine state for
packages.

This is placed higher than src/NuGet.config because it also must apply
to external.
  • Loading branch information
ericstj committed May 5, 2017
1 parent 583aa59 commit 39b3430
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<!-- Don't use any higher level config files.
Our builds need to be isolated from user/machine state -->
<fallbackPackageFolders>
<clear />
</fallbackPackageFolders>
<packageSources>
<clear/>
</packageSources>
</configuration>

0 comments on commit 39b3430

Please sign in to comment.