We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abaa384 commit 4a432bfCopy full SHA for 4a432bf
GitVersionExe.Tests/PullRequestInTeamCityTest.cs
@@ -10,6 +10,7 @@ public class PullRequestInTeamCityTest
10
11
[TestCase("refs/pull-requests/5/merge")]
12
[TestCase("refs/pull/5/merge")]
13
+ [TestCase("refs/heads/pull/5/head")]
14
public void GivenARemoteWithATagOnMaster_AndAPullRequestWithTwoCommits_AndBuildIsRunningInTeamCity_VersionIsCalculatedProperly(string pullRequestRef)
15
{
16
using (var fixture = new EmptyRepositoryFixture(new Config()))
0 commit comments