Commit f051b53
authored
Add back _RequiresILLinkPack override (#34429)
bdce224 removed the ability to
download the ILLink pack by setting `_RequiresILLinkPack`. This
is needed for macios scenarios where the ILLink pack should be
restored, but it's not known ahead-of-time whether trimming will
be enabled. See
dotnet/macios#17227 for more
context.
This adds back the ability to set `_RequiresILLinkPack` to
download the ILLink pack even if none of the other relevant
settings are enabled.1 parent 5f9bc3b commit f051b53
File tree
18 files changed
+180
-112
lines changed- src
- Tasks
- Common/Resources
- xlf
- Microsoft.NET.Build.Tasks
- targets
- Tests/Microsoft.NET.Publish.Tests
18 files changed
+180
-112
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
876 | 876 | | |
877 | 877 | | |
878 | 878 | | |
879 | | - | |
880 | | - | |
881 | | - | |
882 | | - | |
| 879 | + | |
| 880 | + | |
883 | 881 | | |
884 | 882 | | |
885 | 883 | | |
| |||
949 | 947 | | |
950 | 948 | | |
951 | 949 | | |
952 | | - | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
953 | 956 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments