Skip to content

Commit 251645f

Browse files
vincentparrettarturcic
authored andcommitted
Escape $ symbols
document contains unescaped $ symbols which makes them render incorrectly in html - https://gitversion.net/docs/build-server-support/build-server/continua
1 parent 2698412 commit 251645f

File tree

1 file changed

+4
-4
lines changed
  • docs/input/docs/build-server-support/build-server

1 file changed

+4
-4
lines changed

docs/input/docs/build-server-support/build-server/continua.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ This guide assumes a few variables are present in the configuration. Note that
1111
this example uses `Catel` as repository name, but it should be replaced by the
1212
name of the repository where GitVersion is running against.
1313

14-
* RepositoryBranchName => $Source.Catel.BranchName$
15-
* RepositoryCommitId => $Source.Catel.LatestChangeset.Id$
14+
* RepositoryBranchName => \$Source.Catel.BranchName\$
15+
* RepositoryCommitId => \$Source.Catel.LatestChangeset.Id\$
1616
* RepositoryName => Catel
17-
* RepositoryName => $Source.Catel.Path$
18-
* RepositoryUrl => $Source.Catel.Url$
17+
* RepositoryName => \$Source.Catel.Path\$
18+
* RepositoryUrl => \$Source.Catel.Url\$
1919

2020
It also requires a few variables which will automatically be filled by
2121
GitVersion. The example below are just a few, any of the GitVersion variables

0 commit comments

Comments
 (0)