From 87120600c574caf37b4304c2d0725bd90856ab37 Mon Sep 17 00:00:00 2001 From: Egor Chesakov Date: Mon, 2 Jul 2018 19:37:15 -0700 Subject: [PATCH] Use generic win-x86/win-x64 RIDs in stress_dependencies --- tests/setup-stress-dependencies.cmd | 2 +- tests/src/Common/stress_dependencies/stress_dependencies.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/setup-stress-dependencies.cmd b/tests/setup-stress-dependencies.cmd index 862fc65..5c79770 100644 --- a/tests/setup-stress-dependencies.cmd +++ b/tests/setup-stress-dependencies.cmd @@ -81,7 +81,7 @@ if errorlevel 1 goto Fail REM Get downloaded dll path echo Locating coredistools.dll -FOR /F "delims=" %%i IN ('dir %__PackageDir%\coredistools.dll /b/s ^| findstr /R "win[0-9]*-%__Arch%"') DO set __LibPath=%%i +FOR /F "delims=" %%i IN ('dir %__PackageDir%\coredistools.dll /b/s ^| findstr /R "win-%__Arch%"') DO set __LibPath=%%i echo CoreDisTools library path: %__LibPath% if not exist "%__LibPath%" ( echo Failed to locate the downloaded library: %__LibPath% diff --git a/tests/src/Common/stress_dependencies/stress_dependencies.csproj b/tests/src/Common/stress_dependencies/stress_dependencies.csproj index e33ee1e..410c795 100644 --- a/tests/src/Common/stress_dependencies/stress_dependencies.csproj +++ b/tests/src/Common/stress_dependencies/stress_dependencies.csproj @@ -18,7 +18,7 @@ netcoreapp2.0 .NETCoreApp $(PackageTargetFallback);dnxcore50 - win7-x64;ubuntu.14.04-x64;osx.10.10-x64;win7-x86;ubuntu.14.04-x86;osx.10.10-x86 + win-x64;ubuntu.14.04-x64;osx.10.10-x64;win-x86;ubuntu.14.04-x86;osx.10.10-x86 true false -- 2.7.4