Skip to content

Commit b750506

Browse files
committed
System.Net.*/tests: use OutputRid everywhere.
1 parent 44a238d commit b750506

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/libraries/System.Net.Http/tests/StressTests/HttpStress/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
3-
<PackageRid>linux-x64</PackageRid>
4-
<PackageRid Condition="$([MSBuild]::IsOSPlatform('WINDOWS'))">win-x64</PackageRid>
3+
<OutputRid>linux-x64</OutputRid>
4+
<OutputRid Condition="$([MSBuild]::IsOSPlatform('WINDOWS'))">win-x64</OutputRid>
55

66
<!-- Stress projects have their own global.json, the directory above that also has it is the repository root. -->
77
<RepositoryRoot>$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)../, global.json))/</RepositoryRoot>

src/libraries/System.Net.Security/tests/StressTests/SslStress/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
3-
<PackageRid>linux-x64</PackageRid>
4-
<PackageRid Condition="$([MSBuild]::IsOSPlatform('WINDOWS'))">win-x64</PackageRid>
3+
<OutputRid>linux-x64</OutputRid>
4+
<OutputRid Condition="$([MSBuild]::IsOSPlatform('WINDOWS'))">win-x64</OutputRid>
55

66
<!-- Stress projects have their own global.json, the directory above that also has it is the repository root. -->
77
<RepositoryRoot>$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)../, global.json))/</RepositoryRoot>

0 commit comments

Comments
 (0)