Skip to content

Commit

Permalink
Escape $ symbols
Browse files Browse the repository at this point in the history
document contains unescaped $ symbols which makes them render incorrectly in html - https://gitversion.net/docs/build-server-support/build-server/continua
  • Loading branch information
vincentparrett authored and arturcic committed May 26, 2020
1 parent 2698412 commit 251645f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/input/docs/build-server-support/build-server/continua.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ This guide assumes a few variables are present in the configuration. Note that
this example uses `Catel` as repository name, but it should be replaced by the
name of the repository where GitVersion is running against.

* RepositoryBranchName => $Source.Catel.BranchName$
* RepositoryCommitId => $Source.Catel.LatestChangeset.Id$
* RepositoryBranchName => \$Source.Catel.BranchName\$
* RepositoryCommitId => \$Source.Catel.LatestChangeset.Id\$
* RepositoryName => Catel
* RepositoryName => $Source.Catel.Path$
* RepositoryUrl => $Source.Catel.Url$
* RepositoryName => \$Source.Catel.Path\$
* RepositoryUrl => \$Source.Catel.Url\$

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

0 comments on commit 251645f

Please sign in to comment.