You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/GitVersionCore/Helpers/GitRepositoryHelper.cs
+2-2
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ public static class GitRepositoryHelper
13
13
/// Normalisation of a git directory turns all remote branches into local branches, turns pull request refs into a real branch and a few other things. This is designed to be run *only on the build server* which checks out repositories in different ways.
14
14
/// It is not recommended to run normalisation against a local repository
Copy file name to clipboardexpand all lines: src/GitVersionCore/Helpers/StringFormatWith.cs
+3-2
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,8 @@ internal static class StringFormatWithExtension
18
18
/// </summary>
19
19
/// <param name="template" this="true">The template to be replaced with values from the source object. The template can contain expressions wrapped in curly braces, that point to properties or fields on the source object to be used as a substitute, e.g '{Foo.Bar.CurrencySymbol} foo {Foo.Bar.Price}'.</param>
20
20
/// <param name="source">The source object to apply to format</param>
0 commit comments