We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6b68ca commit 6d424beCopy full SHA for 6d424be
1 file changed
āsrc/gitversion/_gv.shā
@@ -1,4 +1,5 @@
1
#!/bin/sh
2
3
# Call the GitVersion tool with the specified configuration
4
-/usr/local/bin/dotnet-gitversion -config ${1:-$(git rev-parse --show-toplevel)/.gitversion} $@
+/usr/local/bin/dotnet-gitversion $(git rev-parse --show-toplevel) -config ".gitversion" "$@"
5
+
0 commit comments