Skip to content

Commit 2484fc1

Browse files
committed
Don't need support for NextVersion.txt anymore in dynamic repositories
1 parent 2fca958 commit 2484fc1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

GitVersionExe/GitPreparer.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@ string GetGitInfoFromUrl()
106106
repository.Refs.UpdateTarget(repository.Refs.Head, newHead);
107107
}
108108

109-
// < 3.0 method
110-
repository.CheckoutFilesIfExist("NextVersion.txt");
111-
112109
// > 3.0 method
113110
repository.CheckoutFilesIfExist("GitVersionConfig.yaml");
114111
}

0 commit comments

Comments
 (0)