Explorar el Código

Add packageSourceMapping to match the custom nuget packageSource

Brandon Thetford hace 1 año
padre
commit
1e4634c828
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  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>