2019-09-05 00:26:26 +08:00
|
|
|
environment:
|
|
|
|
host:
|
|
|
|
os: 'windows'
|
|
|
|
flavor: 'server'
|
2020-02-25 06:49:28 +08:00
|
|
|
version: '2019'
|
2019-09-05 00:26:26 +08:00
|
|
|
runtime:
|
|
|
|
provider: 'appcontainer'
|
2021-01-28 09:02:34 +08:00
|
|
|
# we will want to shift this to latest in the near future but this unblocks us
|
|
|
|
image: 'cdpxwin1809.azurecr.io/global/vse2019@sha256:44a8af0de5efa68829dbdfc3ecef3864d9770f1fc426b897fc37888032c9f60c'
|
2019-10-10 03:21:21 +08:00
|
|
|
source_mode: 'map'
|
|
|
|
|
|
|
|
version:
|
|
|
|
name: 'PowerToys'
|
|
|
|
major: 1
|
|
|
|
minor: 0
|
2019-09-05 00:26:26 +08:00
|
|
|
|
|
|
|
signing_options:
|
2019-10-10 03:21:21 +08:00
|
|
|
profile: 'external_distribution'
|
2019-09-05 00:26:26 +08:00
|
|
|
|
|
|
|
package_sources:
|
|
|
|
nuget:
|
|
|
|
feeds:
|
2021-02-10 16:55:37 +08:00
|
|
|
'PowerToysCDPX_Feed': 'https://github-private.pkgs.visualstudio.com/microsoft/_packaging/PowerToysCDPX_Feed/nuget/v3/index.json'
|
2019-09-05 00:26:26 +08:00
|
|
|
restore:
|
|
|
|
commands:
|
|
|
|
- !!defaultcommand
|
2019-10-10 03:21:21 +08:00
|
|
|
name: 'Restore Power Toys Telemetry'
|
2021-01-20 18:38:52 +08:00
|
|
|
command: '.pipelines\restore-telemetry.cmd'
|
2019-10-10 03:21:21 +08:00
|
|
|
- !!defaultcommand
|
|
|
|
name: 'Restore Power Toys'
|
2019-09-05 00:26:26 +08:00
|
|
|
command: '.pipelines\restore.cmd'
|
2019-10-10 03:21:21 +08:00
|
|
|
- !!defaultcommand
|
|
|
|
name: 'Restore Installer'
|
|
|
|
command: '.pipelines\restore-installer.cmd'
|
2021-09-14 18:11:22 +08:00
|
|
|
- !!defaultcommand
|
|
|
|
name: 'Restore Installer BootStrapper'
|
|
|
|
command: '.pipelines\restore-bootstrapper.cmd'
|
2020-08-20 07:10:15 +08:00
|
|
|
- !!defaultcommand
|
|
|
|
name: 'Restore Localization packages'
|
|
|
|
command: '.pipelines\restore-localization.cmd'
|
2020-12-23 17:28:34 +08:00
|
|
|
- !!defaultcommand
|
|
|
|
name: 'Restore Tools packages'
|
|
|
|
command: '.pipelines\restore-tools.cmd'
|
|
|
|
|
2019-09-05 00:26:26 +08:00
|
|
|
build:
|
|
|
|
commands:
|
2020-10-26 23:56:34 +08:00
|
|
|
# Localize the files before the Build PowerToys step to generate translated resx files from the lcl files
|
2020-10-13 23:20:33 +08:00
|
|
|
- !!buildcommand
|
|
|
|
name: 'Localize Power Toys'
|
|
|
|
command: '.pipelines\build-localization.cmd'
|
|
|
|
artifacts:
|
|
|
|
- from: 'out\loc'
|
|
|
|
to: 'loc'
|
|
|
|
include:
|
|
|
|
- '**/*'
|
2019-09-05 00:26:26 +08:00
|
|
|
- !!buildcommand
|
2019-10-10 03:21:21 +08:00
|
|
|
name: 'Build Power Toys'
|
2019-09-05 00:26:26 +08:00
|
|
|
command: '.pipelines\build.cmd'
|
|
|
|
artifacts:
|
2020-06-02 07:10:34 +08:00
|
|
|
- to: 'Symbols'
|
2020-06-02 01:26:10 +08:00
|
|
|
include:
|
2020-06-02 06:21:38 +08:00
|
|
|
- 'x64/**/*.pdb'
|
2020-06-02 07:10:34 +08:00
|
|
|
exclude:
|
|
|
|
- 'x64/Release/obj/**/*.pdb'
|
2021-10-07 21:48:45 +08:00
|
|
|
- from: 'x86/Release'
|
|
|
|
to: 'Build_Output'
|
|
|
|
include:
|
|
|
|
- 'modules\VideoConference\VideoConferenceProxyFilter_x86.dll'
|
2021-10-20 18:59:34 +08:00
|
|
|
signing_options:
|
|
|
|
sign_inline: true # This does signing as soon as this command completes
|
2019-10-10 03:21:21 +08:00
|
|
|
- from: 'x64/Release'
|
2019-09-05 00:26:26 +08:00
|
|
|
to: 'Build_Output'
|
|
|
|
include:
|
2021-05-21 18:32:34 +08:00
|
|
|
- 'PowerToys.ActionRunner.exe'
|
2021-06-14 17:55:59 +08:00
|
|
|
- 'PowerToys.Update.exe'
|
2021-06-09 04:53:11 +08:00
|
|
|
- 'BackgroundActivatorDLL.dll'
|
|
|
|
- 'Notifications.dll'
|
|
|
|
- 'os-detection.dll'
|
|
|
|
- 'PowerToys.exe'
|
|
|
|
- 'PowerToysInterop.dll'
|
2020-12-22 22:15:46 +08:00
|
|
|
- 'BugReportTool\BugReportTool.exe'
|
2021-06-09 04:53:11 +08:00
|
|
|
- '**\*.resources.dll'
|
2020-07-29 00:16:09 +08:00
|
|
|
- 'modules\ColorPicker\ColorPicker.dll'
|
2020-12-10 15:21:46 +08:00
|
|
|
- 'modules\ColorPicker\ColorPickerUI.dll'
|
|
|
|
- 'modules\ColorPicker\ColorPickerUI.exe'
|
2020-11-21 12:15:53 +08:00
|
|
|
- 'modules\ColorPicker\ManagedCommon.dll'
|
2021-06-09 04:53:11 +08:00
|
|
|
- 'modules\ColorPicker\ManagedTelemetry.dll'
|
2021-01-05 22:54:32 +08:00
|
|
|
- 'modules\ColorPicker\Microsoft.PowerToys.Common.UI.dll'
|
2020-11-21 12:15:53 +08:00
|
|
|
- 'modules\ColorPicker\Microsoft.PowerToys.Settings.UI.Lib.dll'
|
|
|
|
- 'modules\ColorPicker\PowerToysInterop.dll'
|
|
|
|
- 'modules\ColorPicker\Telemetry.dll'
|
2021-06-10 00:13:58 +08:00
|
|
|
- '**\*.resources.dll'
|
|
|
|
- 'modules\Awake\AwakeModuleInterface.dll'
|
|
|
|
- 'modules\Awake\ManagedCommon.dll'
|
|
|
|
- 'modules\Awake\ManagedTelemetry.dll'
|
|
|
|
- 'modules\Awake\Microsoft.PowerToys.Settings.UI.Lib.dll'
|
|
|
|
- 'modules\Awake\PowerToys.Awake.exe'
|
|
|
|
- 'modules\Awake\PowerToys.Awake.dll'
|
|
|
|
- 'modules\Awake\PowerToysInterop.dll'
|
2020-05-15 02:22:13 +08:00
|
|
|
- 'modules\FancyZones\fancyzones.dll'
|
|
|
|
- 'modules\FancyZones\FancyZonesEditor.exe'
|
2020-11-24 22:55:31 +08:00
|
|
|
- 'modules\FancyZones\FancyZonesEditor.dll'
|
2021-06-29 04:29:07 +08:00
|
|
|
- 'modules\FancyZones\FancyZonesModuleInterface.dll'
|
2020-11-20 04:29:14 +08:00
|
|
|
- 'modules\FancyZones\ManagedCommon.dll'
|
2021-06-09 04:53:11 +08:00
|
|
|
- 'modules\FancyZones\ManagedTelemetry.dll'
|
2021-06-29 04:29:07 +08:00
|
|
|
- 'modules\FancyZones\PowerToys.FancyZones.exe'
|
2021-07-28 02:01:45 +08:00
|
|
|
- 'modules\FancyZones\PowerToysInterop.dll'
|
2020-11-20 04:29:14 +08:00
|
|
|
- 'modules\FancyZones\Telemetry.dll'
|
2021-02-10 21:10:42 +08:00
|
|
|
- 'modules\FancyZones\Microsoft.PowerToys.Common.UI.dll'
|
2021-06-09 04:53:11 +08:00
|
|
|
- 'modules\FileExplorerPreview\ManagedTelemetry.dll'
|
2020-05-15 02:22:13 +08:00
|
|
|
- 'modules\FileExplorerPreview\MarkdownPreviewHandler.dll'
|
2020-12-11 16:59:42 +08:00
|
|
|
- 'modules\FileExplorerPreview\MarkdownPreviewHandler.comhost.dll'
|
2021-08-27 05:43:26 +08:00
|
|
|
- 'modules\FileExplorerPreview\PdfPreviewHandler.dll'
|
|
|
|
- 'modules\FileExplorerPreview\PdfPreviewHandler.comhost.dll'
|
2021-09-15 00:01:45 +08:00
|
|
|
- 'modules\FileExplorerPreview\PdfThumbnailProvider.dll'
|
|
|
|
- 'modules\FileExplorerPreview\PdfThumbnailProvider.comhost.dll'
|
2020-05-15 02:22:13 +08:00
|
|
|
- 'modules\FileExplorerPreview\powerpreview.dll'
|
|
|
|
- 'modules\FileExplorerPreview\PreviewHandlerCommon.dll'
|
|
|
|
- 'modules\FileExplorerPreview\SvgPreviewHandler.dll'
|
2020-12-11 16:59:42 +08:00
|
|
|
- 'modules\FileExplorerPreview\SvgPreviewHandler.comhost.dll'
|
2021-01-04 22:27:01 +08:00
|
|
|
- 'modules\FileExplorerPreview\SvgThumbnailProvider.dll'
|
|
|
|
- 'modules\FileExplorerPreview\SvgThumbnailProvider.comhost.dll'
|
2020-11-20 04:29:14 +08:00
|
|
|
- 'modules\FileExplorerPreview\Telemetry.dll'
|
2020-06-01 23:07:06 +08:00
|
|
|
- 'modules\ImageResizer\ImageResizer.exe'
|
2020-11-20 04:29:14 +08:00
|
|
|
- 'modules\ImageResizer\ImageResizer.dll'
|
2020-06-01 23:07:06 +08:00
|
|
|
- 'modules\ImageResizer\ImageResizerExt.dll'
|
2020-11-20 04:29:14 +08:00
|
|
|
- 'modules\ImageResizer\PowerToysInterop.dll'
|
2021-01-05 22:54:32 +08:00
|
|
|
- 'modules\ImageResizer\ManagedCommon.dll'
|
|
|
|
- 'modules\ImageResizer\ManagedTelemetry.dll'
|
|
|
|
- 'modules\ImageResizer\Microsoft.PowerToys.Common.UI.dll'
|
2020-06-02 00:29:40 +08:00
|
|
|
- 'modules\KeyboardManager\KeyboardManager.dll'
|
2021-04-27 03:01:38 +08:00
|
|
|
- 'modules\KeyboardManager\KeyboardManagerEditor\PowerToys.KeyboardManagerEditor.exe'
|
|
|
|
- 'modules\KeyboardManager\KeyboardManagerEngine\PowerToys.KeyboardManagerEngine.exe'
|
2020-05-16 06:11:38 +08:00
|
|
|
- 'modules\launcher\Microsoft.PowerToys.Settings.UI.Lib.dll'
|
2020-11-20 04:29:14 +08:00
|
|
|
- 'modules\launcher\ManagedCommon.dll'
|
Espresso (#11303)
* Update README.md
* Espresso (#11245)
* Revert "Merge branch 'microsoft:master' into master"
This reverts commit b080908712557fce0e93a98e8d3bcb58fbd111fc, reversing
changes made to 8463c95a43a737532ae21dfa9aee1894a3a37dde.
* Fix conversion of settings in the UX
* Update terminology
* Updating logging configuration
* Set up how tray and setting configuration works
* Adding hero images
* Fix how binding works
* Update OOBE string
* Fix spelling error
* fixing dep to include espresso, adding in yml
* Update API components and fix display keep-awake bug
* Adding words that the spell check is yelling about
* tweak wsx
* Change default setting for Espresso
Co-authored-by: Niels Laute <niels9001@hotmail.com>
Co-authored-by: crutkas <crutkas@microsoft.com>
* Update Product.wxs
* Update Shortcut.cpp
* Update with more logging (#11332)
* Revert "Merge branch 'microsoft:master' into master"
This reverts commit b080908712557fce0e93a98e8d3bcb58fbd111fc, reversing
changes made to 8463c95a43a737532ae21dfa9aee1894a3a37dde.
* Fix conversion of settings in the UX
* Update terminology
* Updating logging configuration
* Set up how tray and setting configuration works
* Adding hero images
* Fix how binding works
* Update OOBE string
* Fix spelling error
* fixing dep to include espresso, adding in yml
* Update API components and fix display keep-awake bug
* Adding words that the spell check is yelling about
* tweak wsx
* Change default setting for Espresso
* Adding some extra logging
* Update Shortcut.cpp
Co-authored-by: Niels Laute <niels9001@hotmail.com>
Co-authored-by: crutkas <crutkas@microsoft.com>
* Fix minor issue in the module branch (#11340)
* Revert "Merge branch 'microsoft:master' into master"
This reverts commit b080908712557fce0e93a98e8d3bcb58fbd111fc, reversing
changes made to 8463c95a43a737532ae21dfa9aee1894a3a37dde.
* Fix conversion of settings in the UX
* Update terminology
* Updating logging configuration
* Set up how tray and setting configuration works
* Adding hero images
* Fix how binding works
* Update OOBE string
* Fix spelling error
* fixing dep to include espresso, adding in yml
* Update API components and fix display keep-awake bug
* Adding words that the spell check is yelling about
* tweak wsx
* Change default setting for Espresso
* Adding some extra logging
* Update Shortcut.cpp
* Fix log location coming from the runner
* More chatty logging for console allocation
* Installer config to add the missing assets
Co-authored-by: Niels Laute <niels9001@hotmail.com>
Co-authored-by: crutkas <crutkas@microsoft.com>
* Update Product.wxs
* Update Program.cs
* fixing typo
* removing a unneeded removal
* [Espresso] More minor tweaks to logging (#11341)
* Revert "Merge branch 'microsoft:master' into master"
This reverts commit b080908712557fce0e93a98e8d3bcb58fbd111fc, reversing
changes made to 8463c95a43a737532ae21dfa9aee1894a3a37dde.
* Fix conversion of settings in the UX
* Update terminology
* Updating logging configuration
* Set up how tray and setting configuration works
* Adding hero images
* Fix how binding works
* Update OOBE string
* Fix spelling error
* fixing dep to include espresso, adding in yml
* Update API components and fix display keep-awake bug
* Adding words that the spell check is yelling about
* tweak wsx
* Change default setting for Espresso
* Adding some extra logging
* Update Shortcut.cpp
* Fix log location coming from the runner
* More chatty logging for console allocation
* Installer config to add the missing assets
* Remove unused handle codes
* Update log file name for the Espresso C++ code.
* Update the project configuration to fix build issue
Co-authored-by: Niels Laute <niels9001@hotmail.com>
Co-authored-by: crutkas <crutkas@microsoft.com>
* Update patterns.txt
* Fix binding issues (#11368)
* Revert "Merge branch 'microsoft:master' into master"
This reverts commit b080908712557fce0e93a98e8d3bcb58fbd111fc, reversing
changes made to 8463c95a43a737532ae21dfa9aee1894a3a37dde.
* Fix conversion of settings in the UX
* Update terminology
* Updating logging configuration
* Set up how tray and setting configuration works
* Adding hero images
* Fix how binding works
* Update OOBE string
* Fix spelling error
* fixing dep to include espresso, adding in yml
* Update API components and fix display keep-awake bug
* Adding words that the spell check is yelling about
* tweak wsx
* Change default setting for Espresso
* Adding some extra logging
* Update Shortcut.cpp
* Fix log location coming from the runner
* More chatty logging for console allocation
* Installer config to add the missing assets
* Remove unused handle codes
* Update log file name for the Espresso C++ code.
* Update the project configuration to fix build issue
* Fix binding issue with the time settings
Co-authored-by: Niels Laute <niels9001@hotmail.com>
Co-authored-by: crutkas <crutkas@microsoft.com>
* Introduce the off mode and fix binding issues (#11385)
* Revert "Merge branch 'microsoft:master' into master"
This reverts commit b080908712557fce0e93a98e8d3bcb58fbd111fc, reversing
changes made to 8463c95a43a737532ae21dfa9aee1894a3a37dde.
* Fix conversion of settings in the UX
* Update terminology
* Updating logging configuration
* Set up how tray and setting configuration works
* Adding hero images
* Fix how binding works
* Update OOBE string
* Fix spelling error
* fixing dep to include espresso, adding in yml
* Update API components and fix display keep-awake bug
* Adding words that the spell check is yelling about
* tweak wsx
* Change default setting for Espresso
* Adding some extra logging
* Update Shortcut.cpp
* Fix log location coming from the runner
* More chatty logging for console allocation
* Installer config to add the missing assets
* Remove unused handle codes
* Update log file name for the Espresso C++ code.
* Update the project configuration to fix build issue
* Fix binding issue with the time settings
* Proper Espresso behavior for binding
* Fix settings UI
Co-authored-by: Niels Laute <niels9001@hotmail.com>
Co-authored-by: crutkas <crutkas@microsoft.com>
* Update with missing strings. (#11386)
* Revert "Merge branch 'microsoft:master' into master"
This reverts commit b080908712557fce0e93a98e8d3bcb58fbd111fc, reversing
changes made to 8463c95a43a737532ae21dfa9aee1894a3a37dde.
* Fix conversion of settings in the UX
* Update terminology
* Updating logging configuration
* Set up how tray and setting configuration works
* Adding hero images
* Fix how binding works
* Update OOBE string
* Fix spelling error
* fixing dep to include espresso, adding in yml
* Update API components and fix display keep-awake bug
* Adding words that the spell check is yelling about
* tweak wsx
* Change default setting for Espresso
* Adding some extra logging
* Update Shortcut.cpp
* Fix log location coming from the runner
* More chatty logging for console allocation
* Installer config to add the missing assets
* Remove unused handle codes
* Update log file name for the Espresso C++ code.
* Update the project configuration to fix build issue
* Fix binding issue with the time settings
* Proper Espresso behavior for binding
* Fix settings UI
* Re-add missing strings
Co-authored-by: Niels Laute <niels9001@hotmail.com>
Co-authored-by: crutkas <crutkas@microsoft.com>
* Fix whitespace issue (#11387)
* Revert "Merge branch 'microsoft:master' into master"
This reverts commit b080908712557fce0e93a98e8d3bcb58fbd111fc, reversing
changes made to 8463c95a43a737532ae21dfa9aee1894a3a37dde.
* Fix conversion of settings in the UX
* Update terminology
* Updating logging configuration
* Set up how tray and setting configuration works
* Adding hero images
* Fix how binding works
* Update OOBE string
* Fix spelling error
* fixing dep to include espresso, adding in yml
* Update API components and fix display keep-awake bug
* Adding words that the spell check is yelling about
* tweak wsx
* Change default setting for Espresso
* Adding some extra logging
* Update Shortcut.cpp
* Fix log location coming from the runner
* More chatty logging for console allocation
* Installer config to add the missing assets
* Remove unused handle codes
* Update log file name for the Espresso C++ code.
* Update the project configuration to fix build issue
* Fix binding issue with the time settings
* Proper Espresso behavior for binding
* Fix settings UI
* Re-add missing strings
* Fix whitespace issue
Co-authored-by: Niels Laute <niels9001@hotmail.com>
Co-authored-by: crutkas <crutkas@microsoft.com>
* Fix default (#11388)
* Revert "Merge branch 'microsoft:master' into master"
This reverts commit b080908712557fce0e93a98e8d3bcb58fbd111fc, reversing
changes made to 8463c95a43a737532ae21dfa9aee1894a3a37dde.
* Fix conversion of settings in the UX
* Update terminology
* Updating logging configuration
* Set up how tray and setting configuration works
* Adding hero images
* Fix how binding works
* Update OOBE string
* Fix spelling error
* fixing dep to include espresso, adding in yml
* Update API components and fix display keep-awake bug
* Adding words that the spell check is yelling about
* tweak wsx
* Change default setting for Espresso
* Adding some extra logging
* Update Shortcut.cpp
* Fix log location coming from the runner
* More chatty logging for console allocation
* Installer config to add the missing assets
* Remove unused handle codes
* Update log file name for the Espresso C++ code.
* Update the project configuration to fix build issue
* Fix binding issue with the time settings
* Proper Espresso behavior for binding
* Fix settings UI
* Re-add missing strings
* Fix whitespace issue
* Fix the default mode of operation
Co-authored-by: Niels Laute <niels9001@hotmail.com>
Co-authored-by: crutkas <crutkas@microsoft.com>
* Update Microsoft.PowerToys.Settings.UI.csproj
* Localization improvements
* Replaced a computer with your pc
* Updated Espresso imagery
* Fixed inconsistent string
* Margin fix and updated images
* Removed unused code
Co-authored-by: Den Delimarsky <1389609+dend@users.noreply.github.com>
Co-authored-by: Niels Laute <niels9001@hotmail.com>
Co-authored-by: crutkas <crutkas@microsoft.com>
Co-authored-by: Enrico Giordani <enrico.giordani@gmail.com>
2021-05-26 01:13:04 +08:00
|
|
|
- 'modules\launcher\ManagedTelemetry.dll'
|
2021-01-05 22:54:32 +08:00
|
|
|
- 'modules\launcher\Microsoft.PowerToys.Common.UI.dll'
|
2020-11-20 04:29:14 +08:00
|
|
|
- 'modules\launcher\Microsoft.Launcher.dll'
|
2021-06-09 04:53:11 +08:00
|
|
|
- 'modules\launcher\Plugins\Calculator\Microsoft.PowerToys.Run.Plugin.Calculator.dll'
|
|
|
|
- 'modules\launcher\Plugins\Calculator\ManagedTelemetry.dll'
|
2020-05-15 02:22:13 +08:00
|
|
|
- 'modules\launcher\Plugins\Microsoft.Plugin.Folder\Microsoft.Plugin.Folder.dll'
|
2021-06-09 04:53:11 +08:00
|
|
|
- 'modules\launcher\Plugins\Microsoft.Plugin.Folder\ManagedTelemetry.dll'
|
2020-05-15 02:22:13 +08:00
|
|
|
- 'modules\launcher\Plugins\Microsoft.Plugin.Indexer\Microsoft.Plugin.Indexer.dll'
|
2021-06-09 04:53:11 +08:00
|
|
|
- 'modules\launcher\Plugins\Microsoft.Plugin.Indexer\ManagedTelemetry.dll'
|
2020-05-15 02:22:13 +08:00
|
|
|
- 'modules\launcher\Plugins\Microsoft.Plugin.Program\Microsoft.Plugin.Program.dll'
|
2021-06-09 04:53:11 +08:00
|
|
|
- 'modules\launcher\Plugins\Microsoft.Plugin.Program\ManagedTelemetry.dll'
|
2021-01-21 02:15:45 +08:00
|
|
|
- 'modules\launcher\Plugins\Microsoft.PowerToys.Run.Plugin.Registry\Microsoft.PowerToys.Run.Plugin.Registry.dll'
|
|
|
|
- 'modules\launcher\Plugins\Microsoft.PowerToys.Run.Plugin.Registry\ManagedTelemetry.dll'
|
2021-06-09 23:04:03 +08:00
|
|
|
- 'modules\launcher\Plugins\Microsoft.PowerToys.Run.Plugin.WindowsSettings\ManagedTelemetry.dll'
|
|
|
|
- 'modules\launcher\Plugins\Microsoft.PowerToys.Run.Plugin.WindowsSettings\Microsoft.PowerToys.Run.Plugin.WindowsSettings.dll'
|
|
|
|
- 'modules\launcher\Plugins\Microsoft.PowerToys.Run.Plugin.WindowsSettings\WindowsSettings.json'
|
2020-05-15 02:22:13 +08:00
|
|
|
- 'modules\launcher\Plugins\Microsoft.Plugin.Shell\Microsoft.Plugin.Shell.dll'
|
2021-06-09 04:53:11 +08:00
|
|
|
- 'modules\launcher\Plugins\Microsoft.Plugin.Shell\ManagedTelemetry.dll'
|
2020-11-20 04:29:14 +08:00
|
|
|
- 'modules\launcher\Plugins\Microsoft.Plugin.Uri\Microsoft.Plugin.Uri.dll'
|
2021-06-09 04:53:11 +08:00
|
|
|
- 'modules\launcher\Plugins\Microsoft.Plugin.Uri\ManagedTelemetry.dll'
|
2020-05-15 02:22:13 +08:00
|
|
|
- 'modules\launcher\Plugins\Microsoft.Plugin.WindowWalker\Microsoft.Plugin.WindowWalker.dll'
|
2021-06-09 04:53:11 +08:00
|
|
|
- 'modules\launcher\Plugins\Microsoft.Plugin.WindowWalker\ManagedTelemetry.dll'
|
2021-06-16 20:54:44 +08:00
|
|
|
- 'modules\launcher\Plugins\Community.UnitConverter\Community.PowerToys.Run.Plugin.UnitConverter.dll'
|
2021-03-05 01:15:49 +08:00
|
|
|
- 'modules\launcher\Plugins\VSCodeWorkspaces\Community.PowerToys.Run.Plugin.VSCodeWorkspaces.dll'
|
2021-01-06 18:40:07 +08:00
|
|
|
- 'modules\launcher\Plugins\Service\Microsoft.PowerToys.Run.Plugin.Service.dll'
|
2021-01-08 23:11:30 +08:00
|
|
|
- 'modules\launcher\Plugins\System\Microsoft.PowerToys.Run.Plugin.System.dll'
|
2021-10-05 06:45:41 +08:00
|
|
|
- 'modules\launcher\Plugins\WindowsTerminal\Microsoft.PowerToys.Run.Plugin.WindowsTerminal.dll'
|
2021-10-05 18:38:58 +08:00
|
|
|
- 'modules\launcher\Plugins\WindowsTerminal\ManagedTelemetry.dll'
|
2020-05-16 06:11:38 +08:00
|
|
|
- 'modules\launcher\PowerLauncher.dll'
|
|
|
|
- 'modules\launcher\PowerLauncher.exe'
|
|
|
|
- 'modules\launcher\PowerLauncher.Telemetry.dll'
|
|
|
|
- 'modules\launcher\PowerLauncher.UI.exe'
|
|
|
|
- 'modules\launcher\PowerToysInterop.dll'
|
|
|
|
- 'modules\launcher\Telemetry.dll'
|
|
|
|
- 'modules\launcher\Wox.dll'
|
|
|
|
- 'modules\launcher\Wox.Infrastructure.dll'
|
|
|
|
- 'modules\launcher\Wox.Plugin.dll'
|
2021-10-22 20:30:18 +08:00
|
|
|
- 'modules\MouseUtils\FindMyMouse.dll'
|
2020-05-28 22:53:16 +08:00
|
|
|
- 'modules\PowerRename\PowerRenameExt.dll'
|
2021-10-25 21:40:19 +08:00
|
|
|
- 'modules\PowerRename\PowerRenameUILib.dll'
|
|
|
|
- 'modules\PowerRename\PowerRename.exe'
|
2021-05-20 20:07:34 +08:00
|
|
|
- 'modules\ShortcutGuide\ShortcutGuide\PowerToys.ShortcutGuide.exe'
|
|
|
|
- 'modules\ShortcutGuide\ShortcutGuideModuleInterface\ShortcutGuideModuleInterface.dll'
|
2021-10-07 21:48:45 +08:00
|
|
|
- 'modules\VideoConference\VideoConferenceModule.dll'
|
|
|
|
- 'modules\VideoConference\VideoConferenceProxyFilter_x64.dll'
|
2021-06-09 04:53:11 +08:00
|
|
|
- 'Settings\ManagedTelemetry.dll'
|
2021-02-12 00:29:56 +08:00
|
|
|
- 'Settings\Microsoft.PowerToys.Settings.UI.exe'
|
|
|
|
- 'Settings\Microsoft.PowerToys.Settings.UI.Lib.dll'
|
|
|
|
- 'Settings\PowerToys.Settings.dll'
|
|
|
|
- 'Settings\PowerToys.Settings.exe'
|
|
|
|
- 'Settings\PowerToysInterop.dll'
|
|
|
|
- 'Settings\Telemetry.dll'
|
|
|
|
- 'Settings\ManagedCommon.dll'
|
2019-10-10 03:21:21 +08:00
|
|
|
signing_options:
|
2021-08-12 19:26:49 +08:00
|
|
|
sign_inline: true # This does signing as soon as this command completes
|
2020-12-22 22:15:46 +08:00
|
|
|
- !!buildcommand
|
|
|
|
name: 'Build Power Toys Tools'
|
|
|
|
command: '.pipelines\build-tools.cmd'
|
|
|
|
artifacts:
|
|
|
|
- from: 'x64\Release'
|
|
|
|
to: 'Build_Output'
|
|
|
|
include:
|
|
|
|
- 'BugReportTool\BugReportTool.exe'
|
2021-06-29 18:06:12 +08:00
|
|
|
- 'WebcamReportTool\WebcamReportTool.exe'
|
2020-12-22 22:15:46 +08:00
|
|
|
signing_options:
|
2021-08-12 19:26:49 +08:00
|
|
|
sign_inline: true # This does signing as soon as this command completes
|
|
|
|
- !!buildcommand
|
|
|
|
name: 'Build Power Toys Installer Custom Action' # Need to do separately to sign dll before building installer
|
|
|
|
command: '.pipelines\build-installer-PTCustomActions.cmd'
|
|
|
|
artifacts:
|
|
|
|
- from: 'installer\PowerToysSetupCustomActions\x64\Release'
|
|
|
|
to: 'Build_Output'
|
|
|
|
include:
|
|
|
|
- 'PowerToysSetupCustomActions.dll'
|
|
|
|
signing_options:
|
|
|
|
sign_inline: true # This does signing as soon as this command completes
|
2019-10-10 03:21:21 +08:00
|
|
|
- !!buildcommand
|
|
|
|
name: 'Build Power Toys Installer'
|
|
|
|
command: '.pipelines\build-installer.cmd'
|
|
|
|
artifacts:
|
|
|
|
- from: 'installer\PowerToysSetup\x64\Release'
|
|
|
|
to: 'Build_Installer_Output'
|
|
|
|
include:
|
2020-03-05 22:52:21 +08:00
|
|
|
- 'PowerToysSetup-*.msi'
|
2019-10-10 03:21:21 +08:00
|
|
|
signing_options:
|
2021-08-12 19:26:49 +08:00
|
|
|
sign_inline: true # This does signing as soon as this command completes
|
2020-07-28 00:53:29 +08:00
|
|
|
- !!buildcommand
|
|
|
|
name: 'Build Power Toys Bootstrapper'
|
|
|
|
command: '.pipelines\build-bootstrapper.cmd'
|
|
|
|
artifacts:
|
2020-09-09 00:59:57 +08:00
|
|
|
- to: 'Symbols'
|
|
|
|
include:
|
|
|
|
- 'installer\PowerToysBootstrapper\x64\Release\PowerToysSetup-*.pdb'
|
2020-08-05 22:20:50 +08:00
|
|
|
- from: 'installer\PowerToysBootstrapper\x64\Release'
|
2020-07-28 00:53:29 +08:00
|
|
|
to: 'Build_Installer_Output'
|
|
|
|
include:
|
|
|
|
- 'PowerToysSetup-*.exe'
|
|
|
|
signing_options:
|
2021-08-12 19:26:49 +08:00
|
|
|
sign_inline: true # This does signing as soon as this command completes
|
2020-07-28 00:53:29 +08:00
|
|
|
|
2020-06-01 22:44:19 +08:00
|
|
|
#package:
|
|
|
|
# commands:
|
|
|
|
# - !!buildcommand
|
|
|
|
# name: 'Build MSIX package'
|
|
|
|
# command: 'installer\msix\build_msix_cdpx.cmd'
|
|
|
|
# artifacts:
|
|
|
|
# - from: 'installer\msix\bin'
|
|
|
|
# to: 'Build_MSIX_Package_Output'
|
|
|
|
# include:
|
|
|
|
# - '*.msix'
|
|
|
|
# - '*.msixbundle'
|
|
|
|
# signing_options:
|
|
|
|
# profile: '400'
|
2019-10-10 23:25:09 +08:00
|
|
|
|
2021-01-20 18:38:52 +08:00
|
|
|
static_analysis_options:
|
|
|
|
binskim_options:
|
2019-10-10 23:25:09 +08:00
|
|
|
files_to_scan:
|
|
|
|
- from: 'installer/packages'
|
|
|
|
exclude:
|
2020-02-27 05:44:25 +08:00
|
|
|
- 'WiX.*/**/*.dll'
|
|
|
|
- 'Wix.*/**/*.exe'
|
2021-01-20 18:38:52 +08:00
|
|
|
moderncop_options:
|
2019-10-15 05:08:08 +08:00
|
|
|
files_to_scan:
|
2021-01-20 18:38:52 +08:00
|
|
|
- from: 'src'
|
|
|
|
exclude:
|
2020-02-25 06:49:28 +08:00
|
|
|
- '**/just.config.js'
|
|
|
|
- '**/webpack.config.js'
|
|
|
|
- '**/webpack.serve.config.js'
|
2021-01-20 18:38:52 +08:00
|
|
|
- '**/dist/bundle.js'
|
2020-10-13 06:31:47 +08:00
|
|
|
policheck_options:
|
|
|
|
files_to_scan:
|
2021-01-20 18:38:52 +08:00
|
|
|
- exclude:
|
2020-10-13 06:31:47 +08:00
|
|
|
- '**/*.lcl'
|