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 11# Requires -Version 3
22
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+
310$ScriptPath = $MyInvocation.MyCommand.Definition
411
512$Script :UseWriteHost = $true
@@ -59,7 +66,7 @@ function _WriteOut {
5966
6067# ## Constants
6168$ProductVersion = " 1.0.0"
62- $BuildVersion = " beta5-10353 "
69+ $BuildVersion = " beta5-10355 "
6370$Authors = " Microsoft Open Technologies, Inc."
6471
6572# If the Version hasn't been replaced...
Original file line number Diff line number Diff line change 22# Source this file from your .bash-profile or script to use
33
44# "Constants"
5- _DNVM_BUILDNUMBER=" beta5-10353 "
5+ _DNVM_BUILDNUMBER=" beta5-10355 "
66_DNVM_AUTHORS=" Microsoft Open Technologies, Inc."
77_DNVM_RUNTIME_PACKAGE_NAME=" dnx"
88_DNVM_RUNTIME_FRIENDLY_NAME=" .NET Execution Environment"
You can’t perform that action at this time.
0 commit comments