File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ function _WriteOut {
67
67
68
68
# ## Constants
69
69
$ProductVersion = " 1.0.0"
70
- $BuildVersion = " rc1-15530 "
70
+ $BuildVersion = " rc1-15531 "
71
71
$Authors = " Microsoft Open Technologies, Inc."
72
72
73
73
# If the Version hasn't been replaced...
@@ -1378,10 +1378,10 @@ function dnvm-install {
1378
1378
if (! $IsNuPkg ) {
1379
1379
if ($VersionNuPkgOrAlias -eq " latest" ) {
1380
1380
Write-Progress - Activity " Installing runtime" - Status " Determining latest runtime" - Id 1
1381
- $findPackageResult = Find-Latest - runtimeInfo:$runtimeInfo - Feed:$selectedFeed
1381
+ $findPackageResult = Find-Latest - runtimeInfo:$runtimeInfo - Feed:$selectedFeed - Proxy: $Proxy
1382
1382
}
1383
1383
else {
1384
- $findPackageResult = Find-Package - runtimeInfo:$runtimeInfo - Feed:$selectedFeed
1384
+ $findPackageResult = Find-Package - runtimeInfo:$runtimeInfo - Feed:$selectedFeed - Proxy: $Proxy
1385
1385
}
1386
1386
$Version = $findPackageResult.Version
1387
1387
}
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=" rc1-15530 "
5
+ _DNVM_BUILDNUMBER=" rc1-15531 "
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