We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9625196 commit cfa694dCopy full SHA for cfa694d
Rubberduck.Deployment.Build/RubberduckPostBuildTask.cs
@@ -91,8 +91,8 @@ public class RubberduckPostBuildTask : AppDomainIsolatedTask
91
public string IncludeDir { get; set; }
92
93
/// <summary>
94
- /// Pipe-delimited list of DLL to generate TLBs from. Should contain only name & extension and exist in <see cref="SourceDir"/>.
95
- /// </summary>
+ /// Pipe-delimited list of DLL to generate TLBs from. Should contain only name & extension and exist in <see cref="SourceDir"/>.
+ /// </summary>
96
[Required]
97
public string FilesToExtract { get; set; }
98
0 commit comments