Skip to content

Commit 3729e88

Browse files
authored
Update README.md
1 parent e0a1492 commit 3729e88

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
# MSBuildLogSummary
1+
# MSBuildLogSummary
2+
3+
This utility is for listing out the Projects, Targets, Tasks, and Properties for a binlog. It uses the structured log viewer package. There code to try to remove all version specific values so that they can be compared.
4+
5+
# Scripts
6+
Prerequesities: Have git installed
7+
1. dotnet publish -c release -r win-x64
8+
2. Copy result into a MSBuildLogSummary folder
9+
3. From Powershell one level up from the LogSummary folder: .\DiffVersions.ps1 "5.0.202" "6.0.100-preview.3.21174.8" console
10+
11+
# Saved Diffs
12+
I saved diffs for console, wpf, and blazorserver comparing 5.0.2xx with 5.0.1xx and comparing 5.0.2xx with 6.0.1xx-preview3.

0 commit comments

Comments
 (0)