Update docs sample nuget.config (#24109)

This commit is contained in:
Travis Plunk 2024-08-05 12:25:31 -07:00 committed by GitHub
parent 5ad1f1d2c8
commit a1774fd933
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,8 @@
# Nuget.config creation
Create a filed called `nuget.config` at this location with this content:
```xml
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
@ -8,3 +13,4 @@
<clear />
</disabledPackageSources>
</configuration>
```