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 e696b07 commit 55d3bd9Copy full SHA for 55d3bd9
test/Microsoft.NET.Build.Tests/ReferenceExeTests.cs
@@ -478,7 +478,7 @@ public void MTPNonSelfContainedExecutableCannotBeReferencedBySelfContained(bool
478
.Should()
479
.Pass();
480
481
- var result = new BuildCommand(Log, mtpProjectDirectory).Execute();
+ var result = new BuildCommand(Log, consoleAppDirectory).Execute();
482
result.Should().HaveStdOutContaining("NETSDK1150").And.ExitWith(1);
483
}
484
0 commit comments