Skip to content
This repository was archived by the owner on Dec 18, 2017. It is now read-only.

Commit 94ac55b

Browse files
committed
Update tests after release branch purge.
1 parent 2646f19 commit 94ac55b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/ps1/_Execute-Tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ if(!$TestAppsDir) { $TestAppsDir = Convert-Path (Join-Path $scriptDir "../apps")
4646
# that dnvm can find it, download it and unpack it successfully. We do run an app in the runtime to do that sanity
4747
# test, but all we care about in these tests is that the app executes.
4848
$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"
5050
$specificNupkgUrl = "$($env:DNX_FEED)/package/dnx-coreclr-win-x64/$TestRuntimeVersion"
51-
$specificNupkgHash = "AIHg5fmNneO9B4kyrtFi2oYRtKkEE3x09Inhu8N5xt4="
51+
$specificNupkgHash = "do6PPojJgX4njgFMKJEW5d+NoKgzbwMuXRRucCRsAIw="
5252
$specificNupkgName = "dnx-coreclr-win-x64.$TestRuntimeVersion.nupkg"
5353
$specificNuPkgFxName = "Asp.Net,Version=v5.0"
5454

test/sh/run-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ source $COMMON_HELPERS
2626
export DNX_FEED
2727

2828
# 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'
3131
[ -z "$_NUPKG_URL" ] && export _NUPKG_URL="$DNX_FEED/package/$_DNVM_RUNTIME_PACKAGE_NAME-mono/$_TEST_VERSION"
3232
[ -z "$_NUPKG_NAME" ] && export _NUPKG_NAME="$_DNVM_RUNTIME_PACKAGE_NAME-mono.$_TEST_VERSION"
3333
[ -z "$_NUPKG_FILE" ] && export _NUPKG_FILE="$TEST_WORK_DIR/${_NUPKG_NAME}.nupkg"

0 commit comments

Comments
 (0)