File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/libraries/pkg/runtime.native.System.IO.Ports Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<Project DefaultTargets =" Build" >
2
2
<Import Project =" $([MSBuild]::GetPathOfFileAbove(Directory.Build.props))" />
3
3
4
- <ItemGroup >
5
- <!-- identity project, runtime specific projects are included through netcoreapp.rids.props -->
6
- <Project Include =" $(MSBuildProjectName).pkgproj" Condition = " '$(TargetFramework)' == '$(NetCoreAppCurrent)' " />
4
+ <ItemGroup Condition = " '$(BuildAllConfigurations)' == 'true' " >
5
+ <!-- identity project built in AllConfigurations leg , runtime specific projects are included through netcoreapp.rids.props -->
6
+ <Project Include =" $(MSBuildProjectName).pkgproj" />
7
7
</ItemGroup >
8
8
9
9
<Import Project =" $([MSBuild]::GetPathOfFileAbove(dir.traversal.targets))" />
You can’t perform that action at this time.
0 commit comments