Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Exclude TFM netcoreapp2.2 from packaging testing
Browse files Browse the repository at this point in the history
Even though the tools know about netcoreapp2.2 we
don't need to care about testing it in the release/2.1
branch which is focused on shipping netcoreapp2.1
  • Loading branch information
weshaggard committed May 1, 2018
1 parent b7e2de3 commit f10d99c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/test/testPackages.proj
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
<!-- no targeting pack was ever shipped for net463 -->
<TargetFrameworksToExclude Include="net463" />
<TargetFrameworksToExclude Include="net47" />

<!-- exclude netcoreapp2.2 in release branch for 2.1 -->
<TargetFrameworksToExclude Include="netcoreapp2.2" />
</ItemGroup>

<PropertyGroup>
Expand Down

0 comments on commit f10d99c

Please sign in to comment.