[Tools]Add a tool to get window styles (#17824)

* window styles tool

* removed window name

* new line delimiter

* spell

* rename tool

* add tool to installer

* added info

* app name

* clean up

* spell check

* Update tools/WindowStylesReportTool/WindowStylesReportTool.cpp

* class name

* spell check

* PROCESS_QUERY_LIMITED_INFORMATION

* updated installer docs

* pipeline

* added release dependency

* signing

* pipeline

* removed font

* timestamp

* Update tools/WindowStylesReportTool/WindowStylesReportTool.cpp

Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
This commit is contained in:
Seraphima Zykova
2022-04-27 23:21:00 +03:00
committed by GitHub
parent d74386acd1
commit e703551b4a
17 changed files with 694 additions and 0 deletions

View File

@@ -155,6 +155,17 @@ jobs:
clean: true
maximumCpuCount: true
- task: VSBuild@1
displayName: Build WindowStylesReportTool
inputs:
solution: '**/tools/WindowStylesReportTool/WindowStylesReportTool.sln'
vsVersion: 17.0
msbuildArgs: /p:CIBuild=true /bl:$(Build.SourcesDirectory)\msbuild.binlog
platform: $(BuildPlatform)
configuration: $(BuildConfiguration)
clean: true
maximumCpuCount: true
- task: VSBuild@1
displayName: Build PowerToysSetupCustomActions
inputs: