Skip to content

Commit 55d3bd9

Browse files
committed
Fix test
1 parent e696b07 commit 55d3bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.NET.Build.Tests/ReferenceExeTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ public void MTPNonSelfContainedExecutableCannotBeReferencedBySelfContained(bool
478478
.Should()
479479
.Pass();
480480

481-
var result = new BuildCommand(Log, mtpProjectDirectory).Execute();
481+
var result = new BuildCommand(Log, consoleAppDirectory).Execute();
482482
result.Should().HaveStdOutContaining("NETSDK1150").And.ExitWith(1);
483483
}
484484

0 commit comments

Comments
 (0)