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 f8cdb53 commit 16de5efCopy full SHA for 16de5ef
src/GitVersionCore.Tests/VariableProviderTests.cs
@@ -154,6 +154,8 @@ public void ProvidesVariablesInContinuousDeploymentModeForStableWhenCurrentCommi
154
}
155
156
[Test]
157
+ [Category("NoMono")]
158
+ [Description("Won't run on Mono due to source information not being available for ShouldMatchApproved.")]
159
public void ProvidesVariablesInContinuousDeploymentModeWithTagNamePattern()
160
{
161
var semVer = new SemanticVersion
0 commit comments