You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build/Build.Steps.Windows.cs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,7 @@ partial class Build
82
82
83
83
// Can't use dotnet msbuild, as needs to use the VS version of MSBuild
84
84
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
0 commit comments