Skip to content

Commit c33ecdc

Browse files
committed
Use MSBuild preview
1 parent 89990e0 commit c33ecdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/Build.Steps.Windows.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ partial class Build
8282

8383
// Can't use dotnet msbuild, as needs to use the VS version of MSBuild
8484
MSBuild(s => s
85+
.SetProcessToolPath(@"C:\Program Files\Microsoft Visual Studio\2022\Preview\MSBuild\Current\Bin\amd64\MSBuild.exe") // TODO remove this line, when .NET10 is released
8586
.SetTargetPath(nativeTestProject)
8687
.SetConfiguration(BuildConfiguration)
8788
.SetRestore(!NoRestore)

0 commit comments

Comments
 (0)