소스 검색

Add packageSourceMapping to match the custom nuget packageSource

Brandon Thetford 1 년 전
부모
커밋
1e4634c828
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  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>