Skip to content
This repository was archived by the owner on Dec 18, 2017. It is now read-only.

Commit ccafba6

Browse files
committed
change default feed on release branch
1 parent 82929ba commit ccafba6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/dnvm.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Set-Variable -Option Constant "CommandFriendlyName" ".NET Version Manager"
7676
Set-Variable -Option Constant "DefaultUserDirectoryName" ".dnx"
7777
Set-Variable -Option Constant "OldUserDirectoryNames" @(".kre", ".k")
7878
Set-Variable -Option Constant "RuntimePackageName" "dnx"
79-
Set-Variable -Option Constant "DefaultFeed" "https://www.myget.org/F/aspnetvnext/api/v2"
79+
Set-Variable -Option Constant "DefaultFeed" "https://www.myget.org/F/aspnetrelease/api/v2"
8080
Set-Variable -Option Constant "CrossGenCommand" "k-crossgen"
8181
Set-Variable -Option Constant "CommandPrefix" "dnvm-"
8282
Set-Variable -Option Constant "DefaultArchitecture" "x86"

src/dnvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ _DNVM_RUNTIME_SHORT_NAME="DNX"
1010
_DNVM_RUNTIME_FOLDER_NAME=".dnx"
1111
_DNVM_COMMAND_NAME="dnvm"
1212
_DNVM_VERSION_MANAGER_NAME=".NET Version Manager"
13-
_DNVM_DEFAULT_FEED="https://www.myget.org/F/aspnetvnext/api/v2"
13+
_DNVM_DEFAULT_FEED="https://www.myget.org/F/aspnetrelease/api/v2"
1414
_DNVM_HOME_VAR_NAME="DNX_HOME"
1515

1616
[ "$_DNVM_BUILDNUMBER" = "{{*" ] && _DNVM_BUILDNUMBER="HEAD"

0 commit comments

Comments
 (0)