Skip to content

Commit 265e5cd

Browse files
committed
Update UpdateAssemblyInfo.cs
1 parent 67ea194 commit 265e5cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

GitVersionTask/AssemblyInfoBuilder/UpdateAssemblyInfo.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,7 @@ void CreateTempAssemblyInfo(CachedVersion semanticVersion, Config configuration)
144144
if (IntermediateOutputPath == null)
145145
{
146146
tempDir = TempFileTracker.TempPath;
147-
tempFileName = string.Format("AssemblyInfo_{0}_{1}.g.cs",
148-
Path.GetFileNameWithoutExtension(ProjectFile), Path.GetRandomFileName());
147+
tempFileName = string.Format("AssemblyInfo_{0}_{1}.g.cs", Path.GetFileNameWithoutExtension(ProjectFile), Path.GetRandomFileName());
149148
}
150149
else
151150
{

0 commit comments

Comments
 (0)