File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
packageSettings/Microsoft.Windows.Compatibility Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1+ <Project >
2+ <ItemGroup >
3+ <!-- We cannot reference the current build of runtime.native.System.IO.Ports because its built across multiple machines -->
4+ <PackageReference Condition =" '$(TargetFrameworkIdentifier)' != '.NETFramework'" Include =" runtime.native.System.IO.Ports" Version =" $(runtimenativeSystemIOPortsVersion)" NoWarn =" NU1605" />
5+ </ItemGroup >
6+ </Project >
Original file line number Diff line number Diff line change 3333 </AllPackagesFilePath >
3434 <AllPackages Include =" @(AllPackagesFilePath->'%(PackageName)')" />
3535
36+ <!-- runtime.native.System.IO.Ports requires all runtime legs to be built in order to test -->
37+ <ExcludePackages Include =" runtime.native.System.IO.Ports" />
3638 <ExcludePackages Condition =" '$(PackagesToTest)' != ''" Include =" @(AllPackages)" Exclude =" @(PackagesToTest)" />
3739 <TestPackages Include =" @(AllPackages)" Exclude =" @(ExcludePackages)" />
3840 <TestPackagesPath Include =" @(TestPackages->'%(PackagePath)')" />
You can’t perform that action at this time.
0 commit comments