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/Tests/Microsoft.NET.Build.Tests/WorkloadTests.cs
+12-11Lines changed: 12 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@ public WorkloadTests(ITestOutputHelper log) : base(log)
11
11
{
12
12
}
13
13
14
-
[Fact]
14
+
// Changing these tests to core MSBuild only for 8.0 since there were weird test failures and the Full Framework resolver doesn't ship from 8.0 into Visual Studio anymore.
15
+
[CoreMSBuildOnlyFact]
15
16
publicvoidIt_should_build_with_workload()
16
17
{
17
18
vartestProject=newTestProject()
@@ -29,7 +30,7 @@ public void It_should_build_with_workload()
29
30
.Pass();
30
31
}
31
32
32
-
[Fact]
33
+
[CoreMSBuildOnlyFact]
33
34
publicvoidIt_should_fail_without_workload()
34
35
{
35
36
vartestProject=newTestProject()
@@ -49,7 +50,7 @@ public void It_should_fail_without_workload()
0 commit comments