You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/GitVersionExe.Tests/UpdateWixVersionFileTests.cs
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ public void Setup()
22
22
}
23
23
24
24
[Test]
25
+
[Category("NoMono")]
26
+
[Description("Doesn't work on Mono/Unix because of the path heuristics that needs to be done there in order to figure out whether the first argument actually is a path.")]
25
27
publicvoidWixVersionFileCreationTest()
26
28
{
27
29
using(varfixture=newEmptyRepositoryFixture())
@@ -35,6 +37,8 @@ public void WixVersionFileCreationTest()
35
37
}
36
38
37
39
[Test]
40
+
[Category("NoMono")]
41
+
[Description("Doesn't work on Mono/Unix because of the path heuristics that needs to be done there in order to figure out whether the first argument actually is a path.")]
38
42
publicvoidWixVersionFileVarCountTest()
39
43
{
40
44
//Make sure we have captured all the version variables by count in the Wix version file
@@ -56,6 +60,8 @@ public void WixVersionFileVarCountTest()
56
60
}
57
61
58
62
[Test]
63
+
[Category("NoMono")]
64
+
[Description("Doesn't work on Mono/Unix because of the path heuristics that needs to be done there in order to figure out whether the first argument actually is a path.")]
0 commit comments