File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-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-10350 "
62
+ $BuildVersion = " beta5-10352 "
63
63
$Authors = " Microsoft Open Technologies, Inc."
64
64
65
65
# If the Version hasn't been replaced...
@@ -1038,8 +1038,6 @@ function dnvm-install {
1038
1038
_WriteDebug " Cleaning temporary directory $UnpackFolder "
1039
1039
Remove-Item $UnpackFolder - Force | Out-Null
1040
1040
1041
- dnvm- use $PackageVersion - Architecture:$Architecture - Runtime:$Runtime - Persistent:$Persistent
1042
-
1043
1041
if ($Runtime -eq " clr" ) {
1044
1042
if (-not $NoNative ) {
1045
1043
if ((Is- Elevated) -or $Ngen ) {
@@ -1073,6 +1071,8 @@ function dnvm-install {
1073
1071
}
1074
1072
}
1075
1073
1074
+ dnvm- use $PackageVersion - Architecture:$Architecture - Runtime:$Runtime - Persistent:$Persistent
1075
+
1076
1076
if ($Alias ) {
1077
1077
_WriteDebug " Aliasing installed runtime to '$Alias '"
1078
1078
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-10350 "
5
+ _DNVM_BUILDNUMBER=" beta5-10352 "
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