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 {
59
59
60
60
# ## Constants
61
61
$ProductVersion = " 1.0.0"
62
- $BuildVersion = " beta5-10352 "
62
+ $BuildVersion = " beta5-10353 "
63
63
$Authors = " Microsoft Open Technologies, Inc."
64
64
65
65
# If the Version hasn't been replaced...
@@ -1004,6 +1004,7 @@ function dnvm-install {
1004
1004
1005
1005
if (Test-Path $RuntimeFolder ) {
1006
1006
_WriteOut " '$runtimeFullName ' is already installed."
1007
+ dnvm- use $PackageVersion - Architecture:$Architecture - Runtime:$Runtime - Persistent:$Persistent
1007
1008
}
1008
1009
else {
1009
1010
$Architecture = GetArch $Architecture
@@ -1038,6 +1039,8 @@ function dnvm-install {
1038
1039
_WriteDebug " Cleaning temporary directory $UnpackFolder "
1039
1040
Remove-Item $UnpackFolder - Force | Out-Null
1040
1041
1042
+ dnvm- use $PackageVersion - Architecture:$Architecture - Runtime:$Runtime - Persistent:$Persistent
1043
+
1041
1044
if ($Runtime -eq " clr" ) {
1042
1045
if (-not $NoNative ) {
1043
1046
if ((Is- Elevated) -or $Ngen ) {
@@ -1071,8 +1074,6 @@ function dnvm-install {
1071
1074
}
1072
1075
}
1073
1076
1074
- dnvm- use $PackageVersion - Architecture:$Architecture - Runtime:$Runtime - Persistent:$Persistent
1075
-
1076
1077
if ($Alias ) {
1077
1078
_WriteDebug " Aliasing installed runtime to '$Alias '"
1078
1079
dnvm- alias $Alias $PackageVersion - Architecture:$Architecture - Runtime:$Runtime
Original file line number Diff line number Diff line change 2
2
# Source this file from your .bash-profile or script to use
3
3
4
4
# "Constants"
5
- _DNVM_BUILDNUMBER=" beta5-10352 "
5
+ _DNVM_BUILDNUMBER=" beta5-10353 "
6
6
_DNVM_AUTHORS=" Microsoft Open Technologies, Inc."
7
7
_DNVM_RUNTIME_PACKAGE_NAME=" dnx"
8
8
_DNVM_RUNTIME_FRIENDLY_NAME=" .NET Execution Environment"
You can’t perform that action at this time.
0 commit comments