Skip to content

Commit 239ae75

Browse files
committed
Remove unneeded initialization of required property
1 parent 831da90 commit 239ae75

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/GitVersionTask/AssemblyInfoBuilder/UpdateAssemblyInfo.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ public class UpdateAssemblyInfo : GitVersionTaskBase
1414

1515
public UpdateAssemblyInfo()
1616
{
17-
CompileFiles = new ITaskItem[]
18-
{
19-
};
2017
logger = new TaskLogger(this);
2118
Logger.SetLoggers(this.LogDebug, this.LogInfo, this.LogWarning, s => this.LogError(s));
2219
}

0 commit comments

Comments
 (0)