Merge pull request #4596 from microsoft/user/martinchrzan/nugetConfig

Clearing any nuget configuration that might be coming from parent dir…
This commit is contained in:
martinchrzan 2020-06-30 09:38:26 +02:00 committed by GitHub
commit 423cd20922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
nuget.config Normal file
View File

@ -0,0 +1,5 @@
<configuration>
<config>
<clear />
</config>
</configuration>