2019-09-04 18:26:26 +02:00
|
|
|
environment:
|
|
|
|
|
host:
|
|
|
|
|
os: 'windows'
|
|
|
|
|
flavor: 'server'
|
2020-02-24 23:49:28 +01:00
|
|
|
version: '2019'
|
2019-09-04 18:26:26 +02:00
|
|
|
runtime:
|
|
|
|
|
provider: 'appcontainer'
|
2021-01-27 17: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-09 12:21:21 -07:00
|
|
|
source_mode: 'map'
|
|
|
|
|
|
|
|
|
|
version:
|
|
|
|
|
name: 'PowerToys'
|
|
|
|
|
major: 1
|
|
|
|
|
minor: 0
|
2019-09-04 18:26:26 +02:00
|
|
|
|
|
|
|
|
signing_options:
|
2019-10-09 12:21:21 -07:00
|
|
|
profile: 'external_distribution'
|
2019-09-04 18:26:26 +02:00
|
|
|
|
|
|
|
|
package_sources:
|
|
|
|
|
nuget:
|
|
|
|
|
feeds:
|
2021-02-10 00:55:37 -08:00
|
|
|
'PowerToysCDPX_Feed': 'https://github-private.pkgs.visualstudio.com/microsoft/_packaging/PowerToysCDPX_Feed/nuget/v3/index.json'
|
2019-09-04 18:26:26 +02:00
|
|
|
restore:
|
|
|
|
|
commands:
|
|
|
|
|
- !!defaultcommand
|
2019-10-09 12:21:21 -07:00
|
|
|
name: 'Restore Power Toys Telemetry'
|
2021-01-20 11:38:52 +01:00
|
|
|
command: '.pipelines\restore-telemetry.cmd'
|
2019-10-09 12:21:21 -07:00
|
|
|
- !!defaultcommand
|
|
|
|
|
name: 'Restore Power Toys'
|
2019-09-04 18:26:26 +02:00
|
|
|
command: '.pipelines\restore.cmd'
|
2019-10-09 12:21:21 -07:00
|
|
|
- !!defaultcommand
|
|
|
|
|
name: 'Restore Installer'
|
|
|
|
|
command: '.pipelines\restore-installer.cmd'
|
2021-09-14 11:11:22 +01:00
|
|
|
- !!defaultcommand
|
|
|
|
|
name: 'Restore Installer BootStrapper'
|
|
|
|
|
command: '.pipelines\restore-bootstrapper.cmd'
|
2020-08-19 16:10:15 -07:00
|
|
|
- !!defaultcommand
|
|
|
|
|
name: 'Restore Localization packages'
|
|
|
|
|
command: '.pipelines\restore-localization.cmd'
|
2020-12-23 12:28:34 +03:00
|
|
|
- !!defaultcommand
|
|
|
|
|
name: 'Restore Tools packages'
|
|
|
|
|
command: '.pipelines\restore-tools.cmd'
|
|
|
|
|
|
2019-09-04 18:26:26 +02:00
|
|
|
build:
|
|
|
|
|
commands:
|
2020-10-26 08:56:34 -07:00
|
|
|
# Localize the files before the Build PowerToys step to generate translated resx files from the lcl files
|
2020-10-13 08:20:33 -07:00
|
|
|
- !!buildcommand
|
|
|
|
|
name: 'Localize Power Toys'
|
|
|
|
|
command: '.pipelines\build-localization.cmd'
|
|
|
|
|
artifacts:
|
|
|
|
|
- from: 'out\loc'
|
|
|
|
|
to: 'loc'
|
|
|
|
|
include:
|
|
|
|
|
- '**/*'
|
2019-09-04 18:26:26 +02:00
|
|
|
- !!buildcommand
|
2019-10-09 12:21:21 -07:00
|
|
|
name: 'Build Power Toys'
|
2019-09-04 18:26:26 +02:00
|
|
|
command: '.pipelines\build.cmd'
|
|
|
|
|
artifacts:
|
2020-06-01 16:10:34 -07:00
|
|
|
- to: 'Symbols'
|
2020-06-01 10:26:10 -07:00
|
|
|
include:
|
2020-06-01 15:21:38 -07:00
|
|
|
- 'x64/**/*.pdb'
|
2020-06-01 16:10:34 -07:00
|
|
|
exclude:
|
|
|
|
|
- 'x64/Release/obj/**/*.pdb'
|
2021-10-07 16:48:45 +03:00
|
|
|
- from: 'x86/Release'
|
|
|
|
|
to: 'Build_Output'
|
|
|
|
|
include:
|
2021-12-10 10:50:46 +01:00
|
|
|
- 'modules\VideoConference\PowerToys.VideoConferenceProxyFilter_x86.dll'
|
2021-10-20 13:59:34 +03:00
|
|
|
signing_options:
|
|
|
|
|
sign_inline: true # This does signing as soon as this command completes
|
2019-10-09 12:21:21 -07:00
|
|
|
- from: 'x64/Release'
|
2019-09-04 18:26:26 +02:00
|
|
|
to: 'Build_Output'
|
|
|
|
|
include:
|
2021-05-21 13:32:34 +03:00
|
|
|
- 'PowerToys.ActionRunner.exe'
|
2021-06-14 12:55:59 +03:00
|
|
|
- 'PowerToys.Update.exe'
|
2021-12-06 13:02:09 +01:00
|
|
|
- 'PowerToys.BackgroundActivatorDLL.dll'
|
2021-06-08 13:53:11 -07:00
|
|
|
- 'Notifications.dll'
|
|
|
|
|
- 'os-detection.dll'
|
|
|
|
|
- 'PowerToys.exe'
|
2021-12-06 16:27:54 +01:00
|
|
|
- 'PowerToys.Interop.dll'
|
2020-12-22 17:15:46 +03:00
|
|
|
- 'BugReportTool\BugReportTool.exe'
|
2021-06-08 13:53:11 -07:00
|
|
|
- '**\*.resources.dll'
|
2021-12-10 10:50:46 +01:00
|
|
|
- 'modules\ColorPicker\PowerToys.ColorPicker.dll'
|
|
|
|
|
- 'modules\ColorPicker\PowerToys.ColorPickerUI.dll'
|
|
|
|
|
- 'modules\ColorPicker\PowerToys.ColorPickerUI.exe'
|
2021-12-06 14:40:41 +01:00
|
|
|
- 'modules\ColorPicker\PowerToys.ManagedCommon.dll'
|
|
|
|
|
- 'modules\ColorPicker\PowerToys.ManagedTelemetry.dll'
|
2021-12-15 12:56:52 +01:00
|
|
|
- 'modules\ColorPicker\PowerToys.Common.UI.dll'
|
|
|
|
|
- 'modules\ColorPicker\PowerToys.Settings.UI.Lib.dll'
|
2021-12-06 16:27:54 +01:00
|
|
|
- 'modules\ColorPicker\PowerToys.Interop.dll'
|
2020-11-20 20:15:53 -08:00
|
|
|
- 'modules\ColorPicker\Telemetry.dll'
|
2021-06-09 09:13:58 -07:00
|
|
|
- '**\*.resources.dll'
|
2021-12-10 10:50:46 +01:00
|
|
|
- 'modules\Awake\PowerToys.AwakeModuleInterface.dll'
|
2021-12-06 14:40:41 +01:00
|
|
|
- 'modules\Awake\PowerToys.ManagedCommon.dll'
|
|
|
|
|
- 'modules\Awake\PowerToys.ManagedTelemetry.dll'
|
2021-12-15 12:56:52 +01:00
|
|
|
- 'modules\Awake\PowerToys.Settings.UI.Lib.dll'
|
2021-06-09 09:13:58 -07:00
|
|
|
- 'modules\Awake\PowerToys.Awake.exe'
|
|
|
|
|
- 'modules\Awake\PowerToys.Awake.dll'
|
2021-12-06 16:27:54 +01:00
|
|
|
- 'modules\Awake\PowerToys.Interop.dll'
|
2020-05-14 21:22:13 +03:00
|
|
|
- 'modules\FancyZones\fancyzones.dll'
|
2021-12-10 10:50:46 +01:00
|
|
|
- 'modules\FancyZones\PowerToys.FancyZonesEditor.exe'
|
|
|
|
|
- 'modules\FancyZones\PowerToys.FancyZonesEditor.dll'
|
|
|
|
|
- 'modules\FancyZones\PowerToys.FancyZonesModuleInterface.dll'
|
2021-12-06 14:40:41 +01:00
|
|
|
- 'modules\FancyZones\PowerToys.ManagedCommon.dll'
|
|
|
|
|
- 'modules\FancyZones\PowerToys.ManagedTelemetry.dll'
|
2021-06-28 13:29:07 -07:00
|
|
|
- 'modules\FancyZones\PowerToys.FancyZones.exe'
|
2021-12-06 16:27:54 +01:00
|
|
|
- 'modules\FancyZones\PowerToys.Interop.dll'
|
2020-11-19 21:29:14 +01:00
|
|
|
- 'modules\FancyZones\Telemetry.dll'
|
2021-12-15 12:56:52 +01:00
|
|
|
- 'modules\FancyZones\PowerToys.Common.UI.dll'
|
2021-12-10 11:53:01 +00:00
|
|
|
- 'modules\FileExplorerPreview\PowerToys.GcodePreviewHandler.dll'
|
|
|
|
|
- 'modules\FileExplorerPreview\PowerToys.GcodePreviewHandler.comhost.dll'
|
|
|
|
|
- 'modules\FileExplorerPreview\PowerToys.GcodeThumbnailProvider.dll'
|
|
|
|
|
- 'modules\FileExplorerPreview\PowerToys.GcodeThumbnailProvider.comhost.dll'
|
2021-12-06 14:40:41 +01:00
|
|
|
- 'modules\FileExplorerPreview\PowerToys.ManagedTelemetry.dll'
|
2021-12-10 10:50:46 +01:00
|
|
|
- 'modules\FileExplorerPreview\PowerToys.MarkdownPreviewHandler.dll'
|
|
|
|
|
- 'modules\FileExplorerPreview\PowerToys.MarkdownPreviewHandler.comhost.dll'
|
|
|
|
|
- 'modules\FileExplorerPreview\PowerToys.PdfPreviewHandler.dll'
|
|
|
|
|
- 'modules\FileExplorerPreview\PowerToys.PdfPreviewHandler.comhost.dll'
|
|
|
|
|
- 'modules\FileExplorerPreview\PowerToys.PdfThumbnailProvider.dll'
|
|
|
|
|
- 'modules\FileExplorerPreview\PowerToys.PdfThumbnailProvider.comhost.dll'
|
|
|
|
|
- 'modules\FileExplorerPreview\PowerToys.powerpreview.dll'
|
|
|
|
|
- 'modules\FileExplorerPreview\PowerToys.PreviewHandlerCommon.dll'
|
|
|
|
|
- 'modules\FileExplorerPreview\PowerToys.SvgPreviewHandler.dll'
|
|
|
|
|
- 'modules\FileExplorerPreview\PowerToys.SvgPreviewHandler.comhost.dll'
|
|
|
|
|
- 'modules\FileExplorerPreview\PowerToys.SvgThumbnailProvider.dll'
|
|
|
|
|
- 'modules\FileExplorerPreview\PowerToys.SvgThumbnailProvider.comhost.dll'
|
2020-11-19 21:29:14 +01:00
|
|
|
- 'modules\FileExplorerPreview\Telemetry.dll'
|
2021-12-10 10:50:46 +01:00
|
|
|
- 'modules\ImageResizer\PowerToys.ImageResizer.exe'
|
|
|
|
|
- 'modules\ImageResizer\PowerToys.ImageResizer.dll'
|
|
|
|
|
- 'modules\ImageResizer\PowerToys.ImageResizerExt.dll'
|
2021-12-06 16:27:54 +01:00
|
|
|
- 'modules\ImageResizer\PowerToys.Interop.dll'
|
2021-12-06 14:40:41 +01:00
|
|
|
- 'modules\ImageResizer\PowerToys.ManagedCommon.dll'
|
|
|
|
|
- 'modules\ImageResizer\PowerToys.ManagedTelemetry.dll'
|
2021-12-15 12:56:52 +01:00
|
|
|
- 'modules\ImageResizer\PowerToys.Common.UI.dll'
|
2021-12-10 10:50:46 +01:00
|
|
|
- 'modules\KeyboardManager\PowerToys.KeyboardManager.dll'
|
2021-04-26 22:01:38 +03:00
|
|
|
- 'modules\KeyboardManager\KeyboardManagerEditor\PowerToys.KeyboardManagerEditor.exe'
|
|
|
|
|
- 'modules\KeyboardManager\KeyboardManagerEngine\PowerToys.KeyboardManagerEngine.exe'
|
2021-12-15 12:56:52 +01:00
|
|
|
- 'modules\launcher\PowerToys.Settings.UI.Lib.dll'
|
2021-12-06 14:40:41 +01:00
|
|
|
- 'modules\launcher\PowerToys.ManagedCommon.dll'
|
|
|
|
|
- 'modules\launcher\PowerToys.ManagedTelemetry.dll'
|
2021-12-15 12:56:52 +01:00
|
|
|
- 'modules\launcher\PowerToys.Common.UI.dll'
|
2021-12-10 10:50:46 +01:00
|
|
|
- 'modules\launcher\PowerToys.Launcher.dll'
|
2021-06-08 13:53:11 -07:00
|
|
|
- 'modules\launcher\Plugins\Calculator\Microsoft.PowerToys.Run.Plugin.Calculator.dll'
|
2021-12-06 14:40:41 +01:00
|
|
|
- 'modules\launcher\Plugins\Calculator\PowerToys.ManagedTelemetry.dll'
|
2021-11-25 18:40:02 +00:00
|
|
|
- 'modules\launcher\Plugins\Folder\Microsoft.Plugin.Folder.dll'
|
2021-12-06 14:40:41 +01:00
|
|
|
- 'modules\launcher\Plugins\Folder\PowerToys.ManagedTelemetry.dll'
|
2021-11-25 18:40:02 +00:00
|
|
|
- 'modules\launcher\Plugins\Indexer\Microsoft.Plugin.Indexer.dll'
|
2021-12-06 14:40:41 +01:00
|
|
|
- 'modules\launcher\Plugins\Indexer\PowerToys.ManagedTelemetry.dll'
|
2021-11-25 18:40:02 +00:00
|
|
|
- 'modules\launcher\Plugins\Program\Microsoft.Plugin.Program.dll'
|
2021-12-06 14:40:41 +01:00
|
|
|
- 'modules\launcher\Plugins\Program\PowerToys.ManagedTelemetry.dll'
|
2021-11-25 18:40:02 +00:00
|
|
|
- 'modules\launcher\Plugins\Registry\Microsoft.PowerToys.Run.Plugin.Registry.dll'
|
2021-12-06 14:40:41 +01:00
|
|
|
- 'modules\launcher\Plugins\Registry\PowerToys.ManagedTelemetry.dll'
|
|
|
|
|
- 'modules\launcher\Plugins\WindowsSettings\PowerToys.ManagedTelemetry.dll'
|
2021-11-25 18:40:02 +00:00
|
|
|
- 'modules\launcher\Plugins\WindowsSettings\Microsoft.PowerToys.Run.Plugin.WindowsSettings.dll'
|
|
|
|
|
- 'modules\launcher\Plugins\WindowsSettings\WindowsSettings.json'
|
|
|
|
|
- 'modules\launcher\Plugins\Shell\Microsoft.Plugin.Shell.dll'
|
2021-12-06 14:40:41 +01:00
|
|
|
- 'modules\launcher\Plugins\Shell\PowerToys.ManagedTelemetry.dll'
|
2021-11-25 18:40:02 +00:00
|
|
|
- 'modules\launcher\Plugins\Uri\Microsoft.Plugin.Uri.dll'
|
2021-12-06 14:40:41 +01:00
|
|
|
- 'modules\launcher\Plugins\Uri\PowerToys.ManagedTelemetry.dll'
|
2021-11-25 18:40:02 +00:00
|
|
|
- 'modules\launcher\Plugins\WindowWalker\Microsoft.Plugin.WindowWalker.dll'
|
2021-12-06 14:40:41 +01:00
|
|
|
- 'modules\launcher\Plugins\WindowWalker\PowerToys.ManagedTelemetry.dll'
|
2021-11-25 18:40:02 +00:00
|
|
|
- 'modules\launcher\Plugins\UnitConverter\Community.PowerToys.Run.Plugin.UnitConverter.dll'
|
2021-03-04 17:15:49 +00:00
|
|
|
- 'modules\launcher\Plugins\VSCodeWorkspaces\Community.PowerToys.Run.Plugin.VSCodeWorkspaces.dll'
|
2021-01-06 11:40:07 +01:00
|
|
|
- 'modules\launcher\Plugins\Service\Microsoft.PowerToys.Run.Plugin.Service.dll'
|
2021-01-08 16:11:30 +01:00
|
|
|
- 'modules\launcher\Plugins\System\Microsoft.PowerToys.Run.Plugin.System.dll'
|
2021-10-05 00:45:41 +02:00
|
|
|
- 'modules\launcher\Plugins\WindowsTerminal\Microsoft.PowerToys.Run.Plugin.WindowsTerminal.dll'
|
2021-12-06 14:40:41 +01:00
|
|
|
- 'modules\launcher\Plugins\WindowsTerminal\PowerToys.ManagedTelemetry.dll'
|
2021-12-10 10:50:46 +01:00
|
|
|
- 'modules\launcher\PowerToys.PowerLauncher.dll'
|
|
|
|
|
- 'modules\launcher\PowerToys.PowerLauncher.exe'
|
|
|
|
|
- 'modules\launcher\PowerToys.PowerLauncher.Telemetry.dll'
|
2021-12-06 16:27:54 +01:00
|
|
|
- 'modules\launcher\PowerToys.Interop.dll'
|
2020-05-15 15:11:38 -07:00
|
|
|
- 'modules\launcher\Telemetry.dll'
|
|
|
|
|
- 'modules\launcher\Wox.dll'
|
|
|
|
|
- 'modules\launcher\Wox.Infrastructure.dll'
|
|
|
|
|
- 'modules\launcher\Wox.Plugin.dll'
|
2021-12-10 10:50:46 +01:00
|
|
|
- 'modules\MouseUtils\PowerToys.FindMyMouse.dll'
|
|
|
|
|
- 'modules\MouseUtils\PowerToys.MouseHighlighter.dll'
|
|
|
|
|
- 'modules\PowerRename\PowerToys.PowerRenameExt.dll'
|
|
|
|
|
- 'modules\PowerRename\PowerToys.PowerRenameUILib.dll'
|
|
|
|
|
- 'modules\PowerRename\PowerToys.PowerRename.exe'
|
2021-05-20 15:07:34 +03:00
|
|
|
- 'modules\ShortcutGuide\ShortcutGuide\PowerToys.ShortcutGuide.exe'
|
2021-12-10 10:50:46 +01:00
|
|
|
- 'modules\ShortcutGuide\ShortcutGuideModuleInterface\PowerToys.ShortcutGuideModuleInterface.dll'
|
|
|
|
|
- 'modules\VideoConference\PowerToys.VideoConferenceModule.dll'
|
|
|
|
|
- 'modules\VideoConference\PowerToys.VideoConferenceProxyFilter_x64.dll'
|
2021-12-06 14:40:41 +01:00
|
|
|
- 'Settings\PowerToys.ManagedTelemetry.dll'
|
2021-12-15 12:56:52 +01:00
|
|
|
- 'Settings\PowerToys.Settings.UI.exe'
|
|
|
|
|
- 'Settings\PowerToys.Settings.UI.Lib.dll'
|
2021-02-11 19:29:56 +03:00
|
|
|
- 'Settings\PowerToys.Settings.dll'
|
|
|
|
|
- 'Settings\PowerToys.Settings.exe'
|
2021-12-06 16:27:54 +01:00
|
|
|
- 'Settings\PowerToys.Interop.dll'
|
2021-02-11 19:29:56 +03:00
|
|
|
- 'Settings\Telemetry.dll'
|
2021-12-06 14:40:41 +01:00
|
|
|
- 'Settings\PowerToys.ManagedCommon.dll'
|
2019-10-09 12:21:21 -07:00
|
|
|
signing_options:
|
2021-08-12 12:26:49 +01:00
|
|
|
sign_inline: true # This does signing as soon as this command completes
|
2020-12-22 17:15:46 +03: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 13:06:12 +03:00
|
|
|
- 'WebcamReportTool\WebcamReportTool.exe'
|
2020-12-22 17:15:46 +03:00
|
|
|
signing_options:
|
2021-08-12 12:26:49 +01: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-09 12:21:21 -07: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 17:52:21 +03:00
|
|
|
- 'PowerToysSetup-*.msi'
|
2019-10-09 12:21:21 -07:00
|
|
|
signing_options:
|
2021-08-12 12:26:49 +01:00
|
|
|
sign_inline: true # This does signing as soon as this command completes
|
2020-07-27 19:53:29 +03:00
|
|
|
- !!buildcommand
|
|
|
|
|
name: 'Build Power Toys Bootstrapper'
|
|
|
|
|
command: '.pipelines\build-bootstrapper.cmd'
|
|
|
|
|
artifacts:
|
2020-09-08 18:59:57 +02:00
|
|
|
- to: 'Symbols'
|
|
|
|
|
include:
|
|
|
|
|
- 'installer\PowerToysBootstrapper\x64\Release\PowerToysSetup-*.pdb'
|
2020-08-05 17:20:50 +03:00
|
|
|
- from: 'installer\PowerToysBootstrapper\x64\Release'
|
2020-07-27 19:53:29 +03:00
|
|
|
to: 'Build_Installer_Output'
|
|
|
|
|
include:
|
|
|
|
|
- 'PowerToysSetup-*.exe'
|
|
|
|
|
signing_options:
|
2021-08-12 12:26:49 +01:00
|
|
|
sign_inline: true # This does signing as soon as this command completes
|
2020-07-27 19:53:29 +03:00
|
|
|
|
2020-06-01 07:44:19 -07: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 08:25:09 -07:00
|
|
|
|
2021-01-20 11:38:52 +01:00
|
|
|
static_analysis_options:
|
|
|
|
|
binskim_options:
|
2019-10-10 08:25:09 -07:00
|
|
|
files_to_scan:
|
|
|
|
|
- from: 'installer/packages'
|
|
|
|
|
exclude:
|
2020-02-26 22:44:25 +01:00
|
|
|
- 'WiX.*/**/*.dll'
|
|
|
|
|
- 'Wix.*/**/*.exe'
|
2021-11-24 20:05:54 +00:00
|
|
|
- 'Microsoft.Windows.CppWinRT.*/**/*.exe'
|
2021-01-20 11:38:52 +01:00
|
|
|
moderncop_options:
|
2019-10-14 14:08:08 -07:00
|
|
|
files_to_scan:
|
2021-01-20 11:38:52 +01:00
|
|
|
- from: 'src'
|
|
|
|
|
exclude:
|
2020-02-24 23:49:28 +01:00
|
|
|
- '**/just.config.js'
|
|
|
|
|
- '**/webpack.config.js'
|
|
|
|
|
- '**/webpack.serve.config.js'
|
2021-01-20 11:38:52 +01:00
|
|
|
- '**/dist/bundle.js'
|
2020-10-12 15:31:47 -07:00
|
|
|
policheck_options:
|
|
|
|
|
files_to_scan:
|
2021-01-20 11:38:52 +01:00
|
|
|
- exclude:
|
2020-10-12 15:31:47 -07:00
|
|
|
- '**/*.lcl'
|