Skip to content

Commit

Permalink
Opt-out of default target framework filtering in source-build infra (d…
Browse files Browse the repository at this point in the history
…otnet#84811)

* Opt-out of default target framework filtering in source-build infra

* Move the property to cover all scenarios
  • Loading branch information
NikolaMilosavljevic committed Apr 14, 2023
1 parent d97b17b commit 87ba6ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,8 @@
<DisableSourceLink Condition="'$(DisableSourceLink)' == '' and
'$(ContinuousIntegrationBuild)' != 'true' and
'$(OfficialBuildId)' == ''">true</DisableSourceLink>
<!-- Runtime doesn't support Arcade-driven target framework filtering. -->
<NoTargetFrameworkFiltering>true</NoTargetFrameworkFiltering>
</PropertyGroup>

<!-- RepositoryEngineeringDir isn't set when Installer tests import this file. -->
Expand Down

0 comments on commit 87ba6ea

Please sign in to comment.