Skip to content

Commit ff8b57b

Browse files
committed
Remove copy paste error
1 parent 265e5cd commit ff8b57b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

GitVersionTask/AssemblyInfoBuilder/UpdateAssemblyInfo.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,6 @@ void CreateTempAssemblyInfo(CachedVersion semanticVersion, Config configuration)
133133
CachedVersion = semanticVersion
134134
};
135135
var assemblyInfo = assemblyInfoBuilder.GetAssemblyInfoText(configuration);
136-
137-
var assemblyInfoBuilder = new AssemblyInfoBuilder
138-
{
139-
CachedVersion = semanticVersion
140-
};
141-
var assemblyInfo = assemblyInfoBuilder.GetAssemblyInfoText(configuration);
142136

143137
string tempFileName, tempDir;
144138
if (IntermediateOutputPath == null)

0 commit comments

Comments
 (0)