React to renaming "k-crossgen.cmd" to "dnx-crossgen.cmd"
This commit is contained in:
parent
e771141eb8
commit
82333e1627
|
|
@ -86,7 +86,7 @@ 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 "CrossGenCommand" "k-crossgen"
|
||||
Set-Variable -Option Constant "CrossGenCommand" "dnx-crossgen"
|
||||
Set-Variable -Option Constant "CommandPrefix" "dnvm-"
|
||||
Set-Variable -Option Constant "DefaultArchitecture" "x86"
|
||||
Set-Variable -Option Constant "DefaultRuntime" "clr"
|
||||
|
|
|
|||
Loading…
Reference in New Issue