From 34185a5586ab78ad5ff486c2b3c6595a91f57ba2 Mon Sep 17 00:00:00 2001 From: Drew Noakes Date: Thu, 6 Jan 2022 09:15:39 +1100 Subject: [PATCH] Add link to VS2022 ProjectSystemTools extension For 64-bit VS, we had to fork the extension. This change links to both versions of the extension. --- documentation/wiki/Binary-Log.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/documentation/wiki/Binary-Log.md b/documentation/wiki/Binary-Log.md index 7d3be80a19b..caaf9d52580 100644 --- a/documentation/wiki/Binary-Log.md +++ b/documentation/wiki/Binary-Log.md @@ -66,7 +66,10 @@ http://msbuildlog.com # Collecting binary logs from Visual Studio builds -If you need to capture a binary log in Visual Studio, instead of the command line, you'll need a Visual Studio plugin: https://marketplace.visualstudio.com/items?itemName=VisualStudioProductTeam.ProjectSystemTools +If you need to capture a binary log in Visual Studio, instead of the command line, you'll need a Visual Studio plugin: + +- https://marketplace.visualstudio.com/items?itemName=VisualStudioProductTeam.ProjectSystemTools for VS 2017 & 2019 +- https://marketplace.visualstudio.com/items?itemName=VisualStudioProductTeam.ProjectSystemTools2022 for VS 2022 After installing that, enable logging and run your build ([more details](https://github.com/dotnet/project-system-tools)).