2
0
Эх сурвалжийг харах

Added nuget config to tests

Krzysztof Krysiński 1 долоо хоног өмнө
parent
commit
c6a04eba47
1 өөрчлөгдсөн 9 нэмэгдсэн , 0 устгасан
  1. 9 0
      tests/nuget.config

+ 9 - 0
tests/nuget.config

@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+  <packageSources>
+    <!--To inherit the global NuGet package sources remove the <clear/> line below -->
+    <clear />
+    <add key="nuget" value="https://api.nuget.org/v3/index.json" />
+    <add key="PixiloniaNugetFeed" value="https://pkgs.dev.azure.com/flabbet/Pixilonia/_packaging/PixiloniaNugetFeed/nuget/v3/index.json" />
+  </packageSources>
+</configuration>