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

Commit 47ac353

Browse files
committed
React to renaming "k-crossgen.cmd" to "dnx-crossgen.cmd"
1 parent 73a4914 commit 47ac353

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
@@ -86,7 +86,7 @@ Set-Variable -Option Constant "OldUserDirectoryNames" @(".kre", ".k")
8686
Set-Variable -Option Constant "RuntimePackageName" "dnx"
8787
Set-Variable -Option Constant "DefaultFeed" "https://www.nuget.org/api/v2"
8888
Set-Variable -Option Constant "DefaultUnstableFeed" "https://www.myget.org/F/aspnetvnext/api/v2"
89-
Set-Variable -Option Constant "CrossGenCommand" "k-crossgen"
89+
Set-Variable -Option Constant "CrossGenCommand" "dnx-crossgen"
9090
Set-Variable -Option Constant "CommandPrefix" "dnvm-"
9191
Set-Variable -Option Constant "DefaultArchitecture" "x86"
9292
Set-Variable -Option Constant "DefaultRuntime" "clr"

test/ps1/_Common.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Set-Variable -Option Constant "RuntimeFolderName" ".dnx"
55
Set-Variable -Option Constant "CommandName" "dnvm"
66
Set-Variable -Option Constant "VersionManagerName" ".NET Version Manager"
77
Set-Variable -Option Constant "DefaultFeed" "https://www.myget.org/F/aspnetvnext/api/v2"
8-
Set-Variable -Option Constant "CrossGenCommand" "k-crossgen"
8+
Set-Variable -Option Constant "CrossGenCommand" "dnx-crossgen"
99
Set-Variable -Option Constant "HomeEnvVar" "DNX_HOME"
1010
Set-Variable -Option Constant "UserHomeEnvVar" "DNX_USER_HOME"
1111
Set-Variable -Option Constant "FeedEnvVar" "DNX_FEED"

0 commit comments

Comments
 (0)