This repository was archived by the owner on Dec 18, 2017. It is now read-only.
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 @@ -46,9 +46,9 @@ if(!$TestAppsDir) { $TestAppsDir = Convert-Path (Join-Path $scriptDir "../apps")
46
46
# that dnvm can find it, download it and unpack it successfully. We do run an app in the runtime to do that sanity
47
47
# test, but all we care about in these tests is that the app executes.
48
48
$env: DNX_FEED = " https://www.myget.org/F/aspnetrelease/api/v2"
49
- $TestRuntimeVersion = " 1.0.0-beta4-11566 "
49
+ $TestRuntimeVersion = " 1.0.0-beta5-12087 "
50
50
$specificNupkgUrl = " $ ( $env: DNX_FEED ) /package/dnx-coreclr-win-x64/$TestRuntimeVersion "
51
- $specificNupkgHash = " AIHg5fmNneO9B4kyrtFi2oYRtKkEE3x09Inhu8N5xt4 ="
51
+ $specificNupkgHash = " do6PPojJgX4njgFMKJEW5d+NoKgzbwMuXRRucCRsAIw ="
52
52
$specificNupkgName = " dnx-coreclr-win-x64.$TestRuntimeVersion .nupkg"
53
53
$specificNuPkgFxName = " Asp.Net,Version=v5.0"
54
54
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ source $COMMON_HELPERS
26
26
export DNX_FEED
27
27
28
28
# This is a DNX to use for testing various commands. It doesn't matter what version it is
29
- [ -z " $_TEST_VERSION " ] && export _TEST_VERSION=" 1.0.0-beta4-11566 "
30
- [ -z " $_NUPKG_HASH " ] && export _NUPKG_HASH=' 113d4496a2b28399f36cc7b0c14fbb49701e511e '
29
+ [ -z " $_TEST_VERSION " ] && export _TEST_VERSION=" 1.0.0-beta5-12087 "
30
+ [ -z " $_NUPKG_HASH " ] && export _NUPKG_HASH=' 1d28c7b3524deacb22050db8e3b339f27a7f43b8 '
31
31
[ -z " $_NUPKG_URL " ] && export _NUPKG_URL=" $DNX_FEED /package/$_DNVM_RUNTIME_PACKAGE_NAME -mono/$_TEST_VERSION "
32
32
[ -z " $_NUPKG_NAME " ] && export _NUPKG_NAME=" $_DNVM_RUNTIME_PACKAGE_NAME -mono.$_TEST_VERSION "
33
33
[ -z " $_NUPKG_FILE " ] && export _NUPKG_FILE=" $TEST_WORK_DIR /${_NUPKG_NAME} .nupkg"
You can’t perform that action at this time.
0 commit comments