Skip to content

Commit 8c67782

Browse files
committed
fix nuget config
1 parent 792b8d8 commit 8c67782

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nuget.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<configuration>
32
<packageSources>
43
<clear />
5-
<add key="PowerShellCore_PublicPackages" value="https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/nuget/v3/index.json" /> </packageSources>
4+
<add key="PowerShellCore_PublicPackages" value="https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/nuget/v3/index.json" />
5+
</packageSources>
66
<disabledPackageSources>
77
<clear />
88
</disabledPackageSources>
9-
</configuration>
9+
</configuration>

0 commit comments

Comments
 (0)