Skip to content

Commit 0fabc7d

Browse files
author
Jason Zhai
committed
Revert test When_not_referenced_by_csharp_project_it_fails_to_publish
1 parent cddbf82 commit 0fabc7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.NET.Publish.Tests/GivenThatWeWantToPublishACppCliProject.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public void When_referenced_by_csharp_project_it_publishes_and_runs()
3939
.HaveStdOutContaining("Hello, World!");
4040
}
4141

42-
[FullMSBuildOnlyFact]
42+
[FullMSBuildOnlyFact(Skip = "There is no publish error when using PackageReference support which is required for testing"]
4343
public void When_not_referenced_by_csharp_project_it_fails_to_publish()
4444
{
4545
var testAsset = _testAssetsManager

0 commit comments

Comments
 (0)