We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efcac26 commit 9e7bd72Copy full SHA for 9e7bd72
test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/MSBuildTests.Test.cs
@@ -100,6 +100,7 @@ private async Task InvokeTestingPlatform_Target_Should_Build_Without_Warnings_An
100
}
101
102
[TestMethod]
103
+ [OSCondition(OperatingSystems.Windows)]
104
public async Task RunUsingTestTargetWithNetfxMSBuild()
105
{
106
TestAsset testAsset = await TestAsset.GenerateAssetAsync(
0 commit comments