Skip to content
This repository has been archived by the owner on Dec 28, 2017. It is now read-only.

Commit

Permalink
Merge pull request #44 from cake-contrib/feature/GH-43
Browse files Browse the repository at this point in the history
(GH-43) Set preferred format to Markdown
  • Loading branch information
pascalberger committed Apr 11, 2017
2 parents 99b7379 + 08b8226 commit 62aca2a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Cake.Prca.PullRequests.Tfs/TfsPullRequestSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ public TfsPullRequestSystem(ICakeLog log, TfsPullRequestSettings settings)
this.pullRequest.SourceRefName);
}

/// <inheritdoc/>
public override PrcaCommentFormat GetPreferredCommentFormat()
{
return PrcaCommentFormat.Markdown;
}

/// <inheritdoc/>
protected override IEnumerable<IPrcaDiscussionThread> InternalFetchActiveDiscussionThreads(string commentSource)
{
Expand Down

0 comments on commit 62aca2a

Please sign in to comment.