File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Requires -Version 3
2
2
3
+ if (Test-Path env:WEBSITE_SITE_NAME)
4
+ {
5
+ # This script is run in Azure Web Sites
6
+ # Disable progress indicator
7
+ $ProgressPreference = " SilentlyContinue"
8
+ }
9
+
3
10
$ScriptPath = $MyInvocation.MyCommand.Definition
4
11
5
12
$Script :UseWriteHost = $true
@@ -59,7 +66,7 @@ function _WriteOut {
59
66
60
67
# ## Constants
61
68
$ProductVersion = " 1.0.0"
62
- $BuildVersion = " beta5-10353 "
69
+ $BuildVersion = " beta5-10355 "
63
70
$Authors = " Microsoft Open Technologies, Inc."
64
71
65
72
# If the Version hasn't been replaced...
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-10353 "
5
+ _DNVM_BUILDNUMBER=" beta5-10355 "
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