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

Commit 51671bb

Browse files
committed
✅ update test package hash
1 parent 7cbdb9b commit 51671bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ps1/_Execute-Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if(!$TestAppsDir) { $TestAppsDir = Convert-Path (Join-Path $PSScriptRoot "../app
3939
$env:KRE_FEED = "https://www.myget.org/F/aspnetrelease/api/v2"
4040
$TestRuntimeVersion = "1.0.0-beta3-11001"
4141
$specificNupkgUrl = "$($env:KRE_FEED)/package/kre-coreclr-win-x64/$TestRuntimeVersion"
42-
$specificNupkgHash = "D8781E38CED190ED37DA3549CEBA4183E9B354FC929226102A52785E17550912"
42+
$specificNupkgHash = "C489C81878E2881362C5AA57B65F33F6D06E3CE2816FCE8AA5BB64756581DDCE"
4343
$specificNupkgName = "kre-coreclr-win-x64.$TestRuntimeVersion.nupkg"
4444
$specificNuPkgFxName = "Asp.Net,Version=v5.0"
4545

0 commit comments

Comments
 (0)