Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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