File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
System.Net.Http/tests/StressTests/HttpStress
System.Net.Security/tests/StressTests/SslStress Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments