⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh

Source: AspNet/kvm@828b008046
This commit is contained in:
ASP.NET Push Bot 2015-03-30 17:26:49 -07:00 committed by unknown
parent c6547cce2a
commit 9271d3dedc
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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"