🐛 Fix self contained app locating MSBuild

This commit is contained in:
Matthew Parker [SSW]
2024-01-17 16:21:55 +10:00
parent 80d6a11c63
commit 5cb6c3c604
4 changed files with 13 additions and 3 deletions

View File

@@ -162,6 +162,7 @@ public partial class MainWindowViewModel : ViewModelBase
{
ResultsLabel = "Failed to update all projects in solution to .NET 8";
ParityResults?.Add(e.Message);
ParityResults?.Add(e.ToString());
}
}