We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 000a81f + 027c7d0 commit 7ecf1f9Copy full SHA for 7ecf1f9
csharp/scripts/gen-git-assembly-info.py
@@ -23,6 +23,8 @@ def options():
23
gitfiles[file.name] = file
24
25
version_string = gitfiles["git-ql-describe-all.log"].read_text().strip()
26
+if version_string == "no-git":
27
+ version_string = gitfiles["git-describe-all.log"].read_text().strip()
28
version_string += f" ({gitfiles['git-ql-rev-parse.log'].read_text().strip()})"
29
30
output_file = pathlib.Path(opts.output)
0 commit comments