Skip to content

Commit 9894216

Browse files
committed
Add debug log of updated project file
1 parent d7e85f8 commit 9894216

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/GitVersionCore/VersionConverters/AssemblyInfo/ProjectFileUpdater.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ public void Execute(VersionVariables variables, AssemblyInfoContext context)
5656
continue;
5757
}
5858

59+
log.Debug($"Update file: {localProjectFile}");
60+
5961
var backupProjectFile = localProjectFile + ".bak";
6062
fileSystem.Copy(localProjectFile, backupProjectFile, true);
6163

0 commit comments

Comments
 (0)