File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ function _WriteOut {
5959
6060# ## Constants
6161$ProductVersion = " 1.0.0"
62- $BuildVersion = " beta5-10352 "
62+ $BuildVersion = " beta5-10353 "
6363$Authors = " Microsoft Open Technologies, Inc."
6464
6565# If the Version hasn't been replaced...
@@ -1004,6 +1004,7 @@ function dnvm-install {
10041004
10051005 if (Test-Path $RuntimeFolder ) {
10061006 _WriteOut " '$runtimeFullName ' is already installed."
1007+ dnvm- use $PackageVersion - Architecture:$Architecture - Runtime:$Runtime - Persistent:$Persistent
10071008 }
10081009 else {
10091010 $Architecture = GetArch $Architecture
@@ -1038,6 +1039,8 @@ function dnvm-install {
10381039 _WriteDebug " Cleaning temporary directory $UnpackFolder "
10391040 Remove-Item $UnpackFolder - Force | Out-Null
10401041
1042+ dnvm- use $PackageVersion - Architecture:$Architecture - Runtime:$Runtime - Persistent:$Persistent
1043+
10411044 if ($Runtime -eq " clr" ) {
10421045 if (-not $NoNative ) {
10431046 if ((Is- Elevated) -or $Ngen ) {
@@ -1071,8 +1074,6 @@ function dnvm-install {
10711074 }
10721075 }
10731076
1074- dnvm- use $PackageVersion - Architecture:$Architecture - Runtime:$Runtime - Persistent:$Persistent
1075-
10761077 if ($Alias ) {
10771078 _WriteDebug " Aliasing installed runtime to '$Alias '"
10781079 dnvm- alias $Alias $PackageVersion - Architecture:$Architecture - Runtime:$Runtime
Original file line number Diff line number Diff line change 22# Source this file from your .bash-profile or script to use
33
44# "Constants"
5- _DNVM_BUILDNUMBER=" beta5-10352 "
5+ _DNVM_BUILDNUMBER=" beta5-10353 "
66_DNVM_AUTHORS=" Microsoft Open Technologies, Inc."
77_DNVM_RUNTIME_PACKAGE_NAME=" dnx"
88_DNVM_RUNTIME_FRIENDLY_NAME=" .NET Execution Environment"
You can’t perform that action at this time.
0 commit comments