Skip to content

Commit d91154f

Browse files
committed
Fix failing build task tests
Needed due to #51192.
1 parent 73af02e commit d91154f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void FullMSBuild_SdkStyle_ToolsetPackage(bool useSharedCompilation, Langu
5959
{
6060
var testAsset = CreateProject(useSharedCompilation, language, AddCompilersToolsetPackage);
6161
var buildCommand = BuildAndRunUsingMSBuild(testAsset);
62-
VerifyCompiler(buildCommand, AppHostCompilerFileName(language), useSharedCompilation, toolsetPackage: true);
62+
VerifyCompiler(buildCommand, DotNetExecCompilerFileName(language), useSharedCompilation, toolsetPackage: true);
6363
}
6464

6565
[Theory, CombinatorialData]

0 commit comments

Comments
 (0)