summaryrefslogtreecommitdiff
path: root/_wdk_utils
AgeCommit message (Collapse)Author
2026-05-08Split winget DSC config into per-VS-edition filesuser/jvalesmena/wdk2604-winget5an7y
Replace the single configuration.dsc.yaml (Community-only) with three edition-specific WinGet DSC configurations: - wdk-vscommunity.dsc.yaml - wdk-vsenterprise.dsc.yaml - wdk-vsprofessional.dsc.yaml Each file installs the correct VS edition with the same WDK components, Windows SDK 28000, and WDK 28000. Co-authored-by: Copilot <[email protected]>
2026-05-08Move WinGet configs to _wdk_utils and update to SDK/WDK 280005an7y
- Move configuration.dsc.yaml to _wdk_utils/winget/configs/ - Update VS channel from 17.Release to 18.Release - Use version-agnostic VS Community package ID - Bump SDK and WDK from 26100 to 28000 - Streamline VS component list - Add wdk-desktop.vsconfig for VS component import - Remove configuration_vsonly.dsc.yaml (superseded) Co-authored-by: Copilot <[email protected]>