You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ILRepack.Lib.MSBuild.Task/ILRepack.cs
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -215,14 +215,19 @@ public virtual string OutputFile
215
215
/// </summary>
216
216
publicvirtualstringRepackDropAttribute{get;set;}
217
217
218
+
/// <summary>
219
+
/// Merge IL Linker file XML resources from Microsoft assemblies (optional). Same-named XML resources ('ILLink.*.xml') will be combined during merging.
220
+
/// </summary>
221
+
publicvirtualboolMergeIlLinkerFiles{get;set;}
222
+
218
223
#endregion
219
224
220
225
#region Public methods
221
226
222
227
/// <summary>
223
228
/// Executes ILRepack with specified options.
224
229
/// </summary>
225
-
/// <returns>Returns true if its successful.</returns>
230
+
/// <returns>Returns true if it's successful.</returns>
226
231
publicoverrideboolExecute()
227
232
{
228
233
varrepackOptions=newRepackOptions
@@ -251,7 +256,8 @@ public override bool Execute()
0 commit comments