We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e849a9d commit 4ca66e1Copy full SHA for 4ca66e1
test/dotnet-pack.Tests/PackTests.cs
@@ -104,7 +104,7 @@ public void HasIncludedFiles()
104
.And.Contain(e => e.FullName == "anotherpath/pack2.txt");
105
}
106
107
- [Fact(Skip = "Test project doesn't override assembly name")]
+ [Fact(Skip = "https://github.com/dotnet/sdk/issues/47246")]
108
public void PackAddsCorrectFilesForProjectsWithOutputNameSpecified()
109
{
110
var testInstance = _testAssetsManager.CopyTestAsset("LibraryWithOutputAssemblyName")
0 commit comments