Skip to content

Commit

Permalink
Remove PowerShell Core myget feed (#13923)
Browse files Browse the repository at this point in the history
dingmeng-xue authored Jan 12, 2021
1 parent 26d9385 commit b66c720
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion NuGet.Config
Original file line number Diff line number Diff line change
@@ -4,7 +4,6 @@
<add key="local-feed" value="tools/LocalFeed" />
<add key="myget-azure-powershell" value="https://www.myget.org/F/azure-powershell/api/v3/index.json" />
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="powershell-core" value="https://powershell.myget.org/F/powershell-core/api/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>
1 change: 0 additions & 1 deletion tools/NetCoreCsProjSync/NuGet.Config
Original file line number Diff line number Diff line change
@@ -3,6 +3,5 @@
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="powershell-core" value="https://powershell.myget.org/F/powershell-core/api/v3/index.json" />
</packageSources>
</configuration>
1 change: 0 additions & 1 deletion tools/NetCorePsd1Sync/NuGet.Config
Original file line number Diff line number Diff line change
@@ -3,6 +3,5 @@
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="powershell-core" value="https://powershell.myget.org/F/powershell-core/api/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit b66c720

Please sign in to comment.