summary refs log tree commit diff
path: root/NuGet.Config
diff options
context:
space:
mode:
authorOren Novotny <oren@novotny.org>2017-03-28 11:27:11 -0400
committerGitHub <noreply@github.com>2017-03-28 11:27:11 -0400
commitda9de98e91860e6b7c5582e4d9ed2e908e74bf18 (patch)
tree1413519a5ec04ab4a52afcc601ae00750cb624ac /NuGet.Config
parentupdate sourcelink (diff)
parentSourceLink 2.1.0-b436 (diff)
downloadBouncyCastle.NET-ed25519-da9de98e91860e6b7c5582e4d9ed2e908e74bf18.tar.xz
Merge pull request #1 from ctaggart/sourcelink
use SourceLink 2.1
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