Skip to content

Commit 16c3457

Browse files
committed
chore: remove redundant platform attributes from test nuget package modules
1 parent c837b42 commit 16c3457

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

TUnit.Pipeline/Modules/TestNugetPackageModule.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ public class TestNugetPackageModule : AbstractTestNugetPackageModule
1616
public override string ProjectName => "TUnit.NugetTester.csproj";
1717
}
1818

19-
[RunOnWindowsOnly, RunOnLinuxOnly]
2019
public class TestFSharpNugetPackageModule : AbstractTestNugetPackageModule
2120
{
2221
public override string ProjectName => "TUnit.NugetTester.FSharp.fsproj";
2322
}
2423

25-
[RunOnWindowsOnly, RunOnLinuxOnly]
2624
public class TestVBNugetPackageModule : AbstractTestNugetPackageModule
2725
{
2826
public override string ProjectName => "TUnit.NugetTester.VB.vbproj";

0 commit comments

Comments
 (0)