Skip to content

Commit 9271d3d

Browse files
ASP.NET Push Botunknown
authored andcommitted
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: aspnet/dnvm@828b008
1 parent c6547cc commit 9271d3d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dnvm.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function _WriteOut {
5959

6060
### Constants
6161
$ProductVersion="1.0.0"
62-
$BuildVersion="beta5-10350"
62+
$BuildVersion="beta5-10352"
6363
$Authors="Microsoft Open Technologies, Inc."
6464

6565
# If the Version hasn't been replaced...
@@ -1038,8 +1038,6 @@ function dnvm-install {
10381038
_WriteDebug "Cleaning temporary directory $UnpackFolder"
10391039
Remove-Item $UnpackFolder -Force | Out-Null
10401040

1041-
dnvm-use $PackageVersion -Architecture:$Architecture -Runtime:$Runtime -Persistent:$Persistent
1042-
10431041
if ($Runtime -eq "clr") {
10441042
if (-not $NoNative) {
10451043
if ((Is-Elevated) -or $Ngen) {
@@ -1073,6 +1071,8 @@ function dnvm-install {
10731071
}
10741072
}
10751073

1074+
dnvm-use $PackageVersion -Architecture:$Architecture -Runtime:$Runtime -Persistent:$Persistent
1075+
10761076
if($Alias) {
10771077
_WriteDebug "Aliasing installed runtime to '$Alias'"
10781078
dnvm-alias $Alias $PackageVersion -Architecture:$Architecture -Runtime:$Runtime

dnvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Source this file from your .bash-profile or script to use
33

44
# "Constants"
5-
_DNVM_BUILDNUMBER="beta5-10350"
5+
_DNVM_BUILDNUMBER="beta5-10352"
66
_DNVM_AUTHORS="Microsoft Open Technologies, Inc."
77
_DNVM_RUNTIME_PACKAGE_NAME="dnx"
88
_DNVM_RUNTIME_FRIENDLY_NAME=".NET Execution Environment"

0 commit comments

Comments
 (0)