PowerToys/.pipelines
David Federman 818d3e3035
Opt-into MSBuild -graph param for pipelines (#32137)
This adds the `-graph` MSBuld parameter in the pipelines. This parameter causes MSBuild to evaluate the dependency graph and build "bottom up" instead of "top down". This can lead to better machine utilization since all dependencies are known up front and can start immediately, as opposed to being discovered just-in-time as a project needs them.

In practice for this repo I did not see a huge impact, but it may be helping a little so why not.
2024-04-01 12:30:38 -05:00
..
ci Opt-into MSBuild -graph param for pipelines (#32137) 2024-04-01 12:30:38 -05:00
loc Use pipeline artifacts instead of build artifacts (#32139) 2024-04-01 12:29:45 -05:00
applyXamlStyling.ps1 [Build]Fully enable XamlStyler (#31505) 2024-02-27 17:16:11 +00:00
CIPolicy.xml Add a new YAML release pipeline to replace the old CDPx one (#15039) 2021-12-17 18:15:31 -08:00
ESRPSigning_core.json [ci]Sign FancyZonesEditorCommon.dll (#32064) 2024-03-25 10:21:49 +00:00
ESRPSigning_installer.json [installer] Support per-user installation (#24087) 2023-03-31 12:23:57 +02:00
ESRPSigning_vcm.json [General]Reduce installer size by flattening application paths (#27451) 2023-07-20 00:12:46 +01:00
installer-steps.yml [Build] Switch the release pipeline to use the 1ES governed template (#29014) 2023-10-05 18:25:16 -05:00
InstallWinAppDriver.ps1 [FancyZones]UI testing that works in CI (#29453) 2024-03-22 12:10:10 +00:00
installWiX.ps1 [Deps]Update WiX to 3.14.1 (#32082) 2024-03-26 15:37:40 +00:00
packages.config [CDPx] update to use telemetry nuget package v2 (#3087) 2020-05-16 19:48:41 +02:00
release-nuget.config [Build]Centralize .NET NuGet Package Versions (#23727) 2023-02-13 17:10:33 +00:00
release.yml Opt-into MSBuild -graph param for pipelines (#32137) 2024-04-01 12:30:38 -05:00
sdl.gdnbaselines [ci]Update sdl baselines after boost upgrade (#30526) 2023-12-19 16:33:59 +00:00
verifyAndSetLatestVCToolsVersion.ps1 [ci]Point VCToolsVersion to latest VC.CRT version instead of VC.Redist version (#31212) 2024-01-31 14:58:59 +00:00
verifyArm64Configuration.ps1 [ci]Enhance ARM64 configuration verification (#23509) 2023-01-26 16:40:15 +00:00
verifyDepsJsonLibraryVersions.ps1 [FancyZones]UI testing that works in CI (#29453) 2024-03-22 12:10:10 +00:00
verifyNoticeMdAgainstNugetPackages.ps1 [Settings]New Landing Page Experimentation (#22365) 2023-02-15 02:38:53 +00:00
verifyNugetPackages.ps1 Fail build when nugets aren't consolidated (#22233) 2022-11-24 20:45:51 +01:00
verifyPossibleAssetConflicts.ps1 [General]Reduce installer size by flattening application paths (#27451) 2023-07-20 00:12:46 +01:00
versionAndSignCheck.ps1 [Chore]Update copyright and remove the year (#30689) 2024-01-18 17:47:54 +00:00
versionSetting.ps1 [ContextMenu Packages] Prefix identity and app id with Microsoft.PowerToys (#20881) 2022-09-28 12:40:11 +02:00