aboutsummaryrefslogtreecommitdiff
path: root/Nuget.Config
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-06-03 21:25:39 +0800
committercrupest <crupest@outlook.com>2020-06-03 21:25:39 +0800
commitc7b2c7933239a53769d3d46af5b0a90f7650085c (patch)
tree807bb631dd736df2e111078e2ec562ceb9a4e5df /Nuget.Config
parent227e0855fc99f0d2f27891dca24fcec7eb4378f6 (diff)
downloadtimeline-c7b2c7933239a53769d3d46af5b0a90f7650085c.tar.gz
timeline-c7b2c7933239a53769d3d46af5b0a90f7650085c.tar.bz2
timeline-c7b2c7933239a53769d3d46af5b0a90f7650085c.zip
CI: Use nuget cache.
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 00000000..e219de2b
--- /dev/null
+++ b/Nuget.Config
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+ <packageSources>
+ <clear />
+ <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
+ </packageSources>
+</configuration>