Skip to content

Commit c52c61a

Browse files
ASP.NET Push Botunknown
authored andcommitted
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: aspnet/dnvm@a542e25
1 parent b00ff9a commit c52c61a

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

dnvm.ps1

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function _WriteOut {
6767

6868
### Constants
6969
$ProductVersion="1.0.0"
70-
$BuildVersion="beta6-10390"
70+
$BuildVersion="beta6-10392"
7171
$Authors="Microsoft Open Technologies, Inc."
7272

7373
# If the Version hasn't been replaced...
@@ -1455,11 +1455,7 @@ if(!$cmd) {
14551455
try {
14561456
if(Get-Command -Name "$CommandPrefix$cmd" -ErrorAction SilentlyContinue) {
14571457
_WriteDebug "& dnvm-$cmd $cmdargs"
1458-
if($host.Version.Major -lt 3) {
1459-
Invoke-Command ([ScriptBlock]::Create("dnvm-$cmd $cmdargs"))
1460-
} else {
1461-
& "dnvm-$cmd" @cmdargs
1462-
}
1458+
Invoke-Command ([ScriptBlock]::Create("dnvm-$cmd $cmdargs"))
14631459
}
14641460
else {
14651461
_WriteOut "Unknown command: '$cmd'"

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="beta6-10390"
5+
_DNVM_BUILDNUMBER="beta6-10392"
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)