Skip to content

Commit

Permalink
Revert "Update ILLinkTasksVersion dependency (dotnet#2334)" (dotnet#3…
Browse files Browse the repository at this point in the history
…1807)

This reverts commit a05c599.
  • Loading branch information
ViktorHofer authored Feb 5, 2020
1 parent fa054bd commit 334391b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<!-- Docs -->
<MicrosoftPrivateIntellisenseVersion>3.0.0-preview9-190909-1</MicrosoftPrivateIntellisenseVersion>
<!-- ILLink -->
<ILLinkTasksVersion>0.1.6-prerelease.20078.1</ILLinkTasksVersion>
<ILLinkTasksVersion>0.1.6-prerelease.19567.1</ILLinkTasksVersion>
</PropertyGroup>
<!-- Package names -->
<PropertyGroup>
Expand Down
2 changes: 0 additions & 2 deletions eng/illink.targets
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@
<ILLinkArgs>$(ILLinkArgs) --skip-unresolved true</ILLinkArgs>
<!-- keep interface implementations -->
<ILLinkArgs>$(ILLinkArgs) --disable-opt unusedinterfaces</ILLinkArgs>
<!-- disable optimization to unblock dependencies bump -->
<ILLinkArgs>$(ILLinkArgs) --disable-opt ipconstprop</ILLinkArgs>
<!-- keep PreserveDependencyAttribute unless a project explicitly disables it -->
<ILLinkArgs Condition="'$(ILLinkKeepDepAttributes)' != 'false'">$(ILLinkArgs) --keep-dep-attributes true</ILLinkArgs>
</PropertyGroup>
Expand Down

0 comments on commit 334391b

Please sign in to comment.