Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 3719301

Browse files
authored
Merge pull request #8001 from johnbeisner/TFNugetConfigMo
Removing the MyGet 'dotnet-core' from the Nuget.config
2 parents f0111a3 + 929cf1d commit 3719301

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

NuGet.Config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<clear />
66
<add key="TransportFeed" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
77
<add key="templating" value="https://dotnet.myget.org/F/templating/api/v3/index.json" />
8-
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
98
<add key="aspnet" value="https://dotnet.myget.org/F/aspnetcore-release/api/v3/index.json" />
109
<!-- Replace the aspnet entry above with this one when we switch to no-timestamp packages -->
1110
<!-- add key="aspnet" value="https://dotnet.myget.org/F/aspnet-2-0-0-rtm/api/v3/index.json" / -->

run-build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ param(
1616

1717
if($Help)
1818
{
19-
Write-Output "Usage: .\build.ps1 [-Configuration <CONFIGURATION>] [-Architecture <ARCHITECTURE>] [-NoPackage] [-Help]"
19+
Write-Output "Usage: .\run-build.ps1 [-Configuration <CONFIGURATION>] [-Architecture <ARCHITECTURE>] [-NoPackage] [-Help]"
2020
Write-Output ""
2121
Write-Output "Options:"
2222
Write-Output " -Configuration <CONFIGURATION> Build the specified Configuration (Debug or Release, default: Debug)"

0 commit comments

Comments
 (0)