Update dnvm.ps1 to use aspnetlitedev feed.
This commit is contained in:
parent
1b6d027fc1
commit
7e2b09c249
|
|
@ -84,8 +84,8 @@ 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/aspnetvnext/api/v2"
|
||||
Set-Variable -Option Constant "DefaultUnstableFeed" "https://www.myget.org/F/aspnetvnext/api/v2"
|
||||
Set-Variable -Option Constant "DefaultFeed" "https://www.myget.org/F/aspnetlitedev/api/v2"
|
||||
Set-Variable -Option Constant "DefaultUnstableFeed" "https://www.myget.org/F/aspnetlitedev/api/v2"
|
||||
Set-Variable -Option Constant "CrossGenCommand" "dnx-crossgen"
|
||||
Set-Variable -Option Constant "OldCrossGenCommand" "k-crossgen"
|
||||
Set-Variable -Option Constant "CommandPrefix" "dnvm-"
|
||||
|
|
|
|||
Loading…
Reference in New Issue