File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
IIS/test/testassets/TestTasks
testassets/ServerComparison.TestSites Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 4
4
<OutputType >Exe</OutputType >
5
5
<TargetFramework >$(DefaultNetCoreTargetFramework)</TargetFramework >
6
6
<RuntimeIdentifiers >win-x64;linux-x64;osx-x64</RuntimeIdentifiers >
7
+ <RuntimeIdentifiers Condition =" '$(DotNetBuild)' == 'true'" >$(TargetRuntimeIdentifier)</RuntimeIdentifiers >
7
8
8
9
<!--
9
10
This is used as a package by ASP.NET benchmarking infrastructure. It is meant for internal use only. See also
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
3
<RuntimeIdentifiers >$(RuntimeIdentifiers);win-x64;win-x86</RuntimeIdentifiers >
4
+ <RuntimeIdentifiers Condition =" '$(DotNetBuild)' == 'true'" >$(TargetRuntimeIdentifier)</RuntimeIdentifiers >
4
5
<Platforms >x64;x86</Platforms >
5
6
<IISExpressAppHostConfig >$(MSBuildThisFileDirectory)applicationhost.config</IISExpressAppHostConfig >
6
7
<IISAppHostConfig >$(MSBuildThisFileDirectory)applicationhost.iis.config</IISAppHostConfig >
Original file line number Diff line number Diff line change 5
5
<PropertyGroup >
6
6
<TargetFramework >$(DefaultNetCoreTargetFramework)</TargetFramework >
7
7
<RuntimeIdentifiers >win-x86;win-x64;linux-x64;osx-x64</RuntimeIdentifiers >
8
+ <RuntimeIdentifiers Condition =" '$(DotNetBuild)' == 'true'" >$(TargetRuntimeIdentifier)</RuntimeIdentifiers >
8
9
<InProcessTestSite >true</InProcessTestSite >
9
10
</PropertyGroup >
10
11
You can’t perform that action at this time.
0 commit comments