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

Commit

Permalink
update dnvm feed url
Browse files Browse the repository at this point in the history
  • Loading branch information
analogrelay committed Apr 16, 2015
1 parent 9da2e43 commit d4fa7c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dnvm.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Set-Variable -Option Constant "CommandFriendlyName" ".NET Version Manager"
Set-Variable -Option Constant "DefaultUserDirectoryName" ".dnx"
Set-Variable -Option Constant "OldUserDirectoryNames" @(".kre", ".k")
Set-Variable -Option Constant "RuntimePackageName" "dnx"
Set-Variable -Option Constant "DefaultFeed" "https://www.myget.org/F/aspnetrelease/api/v2"
Set-Variable -Option Constant "DefaultFeed" "https://www.nuget.org/api/v2"
Set-Variable -Option Constant "CrossGenCommand" "k-crossgen"
Set-Variable -Option Constant "CommandPrefix" "dnvm-"
Set-Variable -Option Constant "DefaultArchitecture" "x86"
Expand Down
2 changes: 1 addition & 1 deletion src/dnvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ _DNVM_RUNTIME_SHORT_NAME="DNX"
_DNVM_RUNTIME_FOLDER_NAME=".dnx"
_DNVM_COMMAND_NAME="dnvm"
_DNVM_VERSION_MANAGER_NAME=".NET Version Manager"
_DNVM_DEFAULT_FEED="https://www.myget.org/F/aspnetrelease/api/v2"
_DNVM_DEFAULT_FEED="https://www.nuget.org/api/v2"
_DNVM_HOME_VAR_NAME="DNX_HOME"

[ "$_DNVM_BUILDNUMBER" = "{{*" ] && _DNVM_BUILDNUMBER="HEAD"
Expand Down

0 comments on commit d4fa7c5

Please sign in to comment.