Browse Source

Add packageSourceMapping to match the custom nuget packageSource

Brandon Thetford 1 year ago
parent
commit
1e4634c828
1 changed files with 6 additions and 1 deletions
  1. 6 1
      nuget.config

+ 6 - 1
nuget.config

@@ -10,4 +10,9 @@
     <clear />
     <add key="nuget" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
   </packageSources>
-</configuration>
+  <packageSourceMapping>
+    <packageSource key="nuget">
+      <package pattern="*" />
+    </packageSource>
+  </packageSourceMapping>
+</configuration>