Skip to content

Commit

Permalink
Merge pull request #566 from nunit/faster_acceptance_test_building
Browse files Browse the repository at this point in the history
Use pre-installed NuGet cache to speed up creation of isolated packagee cache for acceptance tests
  • Loading branch information
OsirisTerje committed Nov 21, 2018
2 parents a8db08c + 604863c commit 9038e45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
</config>
<packageSources>
<add key="Build script package output" value="..\package" />
<add key="Pre-downloaded packages" value="C:\Program Files\dotnet\sdk\NuGetFallbackFolder" />
</packageSources>
</configuration>

0 comments on commit 9038e45

Please sign in to comment.