summary refs log tree commit diff
path: root/NuGet.Config
diff options
context:
space:
mode:
authorCameron Taggart <cameron@tachyus.com>2017-03-26 12:10:08 -0500
committerCameron Taggart <cameron@tachyus.com>2017-03-26 12:10:08 -0500
commite1efaea48f024e28fde84e9a6503d97eb10885dc (patch)
tree6d0471ca7ef6ce8b15567ae5d7e20e4d5f725ddf /NuGet.Config
parentupdate sourcelink (diff)
downloadBouncyCastle.NET-ed25519-e1efaea48f024e28fde84e9a6503d97eb10885dc.tar.xz
try SourceLink 2.0.2-b434
Diffstat (limited to 'NuGet.Config')
-rw-r--r--NuGet.Config7
1 files changed, 7 insertions, 0 deletions
diff --git a/NuGet.Config b/NuGet.Config
new file mode 100644

index 000000000..4e1630eaf --- /dev/null +++ b/NuGet.Config
@@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<configuration> + <packageSources> + <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> + <add key="sourcelink" value="https://ci.appveyor.com/nuget/sourcelink/" /> + </packageSources> +</configuration> \ No newline at end of file