瀏覽代碼

Added nuget config to tests

Krzysztof Krysiński 1 周之前
父節點
當前提交
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>