Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove local temp package source to avoid restore errors
This never happens if the build.proj is run first, but it's
confusing for contributors to now be able to restore or
build the sln straight from a clone. Since adding that source
it typically a way to test the produced packages, it's better
left out to be added by whatever local projects you're using
for testing the proposed changes.

Fixes #21
  • Loading branch information
kzu committed Jul 19, 2018
commit b58fe9c0fe8a9d3f1c7e7f60e8b48e5b996e216a
1 change: 0 additions & 1 deletion NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="nugetizer" value="https://ci.appveyor.com/nuget/nugetizer3000" />
<add key="offline" value="%userprofile%\.nuget\packages" />
<add key="local" value="%temp%\packages" />
</packageSources>
</configuration>