From 9271d3dedc9216ed45a5e642e3ab1671fb7f2005 Mon Sep 17 00:00:00 2001 From: "ASP.NET Push Bot" Date: Mon, 30 Mar 2015 17:26:49 -0700 Subject: [PATCH] :arrow_up: dnvm.ps1, dnvm.cmd, dnvm.sh Source: AspNet/kvm@828b00804650a8b77bf324c2f24ca4270b09ef7f --- dnvm.ps1 | 6 +++--- dnvm.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dnvm.ps1 b/dnvm.ps1 index 110010bb84..6bc57ab61f 100644 --- a/dnvm.ps1 +++ b/dnvm.ps1 @@ -59,7 +59,7 @@ function _WriteOut { ### Constants $ProductVersion="1.0.0" -$BuildVersion="beta5-10350" +$BuildVersion="beta5-10352" $Authors="Microsoft Open Technologies, Inc." # If the Version hasn't been replaced... @@ -1038,8 +1038,6 @@ function dnvm-install { _WriteDebug "Cleaning temporary directory $UnpackFolder" Remove-Item $UnpackFolder -Force | Out-Null - dnvm-use $PackageVersion -Architecture:$Architecture -Runtime:$Runtime -Persistent:$Persistent - if ($Runtime -eq "clr") { if (-not $NoNative) { if ((Is-Elevated) -or $Ngen) { @@ -1073,6 +1071,8 @@ function dnvm-install { } } + dnvm-use $PackageVersion -Architecture:$Architecture -Runtime:$Runtime -Persistent:$Persistent + if($Alias) { _WriteDebug "Aliasing installed runtime to '$Alias'" dnvm-alias $Alias $PackageVersion -Architecture:$Architecture -Runtime:$Runtime diff --git a/dnvm.sh b/dnvm.sh index 96ab11d07a..ba592790e3 100644 --- a/dnvm.sh +++ b/dnvm.sh @@ -2,7 +2,7 @@ # Source this file from your .bash-profile or script to use # "Constants" -_DNVM_BUILDNUMBER="beta5-10350" +_DNVM_BUILDNUMBER="beta5-10352" _DNVM_AUTHORS="Microsoft Open Technologies, Inc." _DNVM_RUNTIME_PACKAGE_NAME="dnx" _DNVM_RUNTIME_FRIENDLY_NAME=".NET Execution Environment"