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 f0c2afc commit a147448Copy full SHA for a147448
test/Microsoft.NET.Build.Tests/ArtifactsOutputPathTests.cs
@@ -495,7 +495,7 @@ public void ItErrorsIfUseArtifactsOutputIsSetAndThereIsNoDirectoryBuildProps()
495
.HaveStdOutContaining("NETSDK1200");
496
}
497
498
- [Fact]
+ [Fact(Skip = "https://github.com/dotnet/sdk/issues/40160")]
499
public void ItCanBuildWithMicrosoftBuildArtifactsSdk()
500
{
501
var testAsset = _testAssetsManager.CopyTestAsset("ArtifactsSdkTest")
0 commit comments