This repository was archived by the owner on Dec 18, 2017. It is now read-only.
File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Set-Variable -Option Constant "CommandFriendlyName" ".NET Version Manager"
76
76
Set-Variable - Option Constant " DefaultUserDirectoryName" " .dnx"
77
77
Set-Variable - Option Constant " OldUserDirectoryNames" @ (" .kre" , " .k" )
78
78
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"
80
80
Set-Variable - Option Constant " CrossGenCommand" " k-crossgen"
81
81
Set-Variable - Option Constant " CommandPrefix" " dnvm-"
82
82
Set-Variable - Option Constant " DefaultArchitecture" " x86"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ _DNVM_RUNTIME_SHORT_NAME="DNX"
10
10
_DNVM_RUNTIME_FOLDER_NAME=" .dnx"
11
11
_DNVM_COMMAND_NAME=" dnvm"
12
12
_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"
14
14
_DNVM_HOME_VAR_NAME=" DNX_HOME"
15
15
16
16
[ " $_DNVM_BUILDNUMBER " = " {{*" ] && _DNVM_BUILDNUMBER=" HEAD"
You can’t perform that action at this time.
0 commit comments