mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 01:34:19 +08:00
Update docs sample nuget.config (#24109)
This commit is contained in:
parent
5ad1f1d2c8
commit
a1774fd933
@ -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>
|
||||
```
|
Loading…
Reference in New Issue
Block a user