Branch: refs/heads/master
Home: https://github.com/tianocore/edk2
Commit: a9670673255f1e0c3755d3eed442ee8e147c5c3d
https://github.com/tianocore/edk2/commit/a9670673255f1e0c3755d3eed442ee8e147c5c3d
Author: Oliver Smith-Denny <[email protected]>
Date: 2026-07-27 (Mon, 27 Jul 2026)
Changed paths:
M pip-requirements.txt
Log Message:
-----------
pip-requirements.txt: Upgrade Pytool Lib for VS2026 Support
This pulls in the latest edk2-pytool-library which includes
support for locating VS2026.
Signed-off-by: Oliver Smith-Denny <[email protected]>
Commit: 69cf33dd9d5c7bf40411140a4e087ee8c4df229b
https://github.com/tianocore/edk2/commit/69cf33dd9d5c7bf40411140a4e087ee8c4df229b
Author: Oliver Smith-Denny <[email protected]>
Date: 2026-07-27 (Mon, 27 Jul 2026)
Changed paths:
M BaseTools/Edk2ToolsBuild.py
Log Message:
-----------
BaseTools: Default Windows Build to VS2026
edk2 is moving to VS2026 for the MSVC toolchain,
as such, upgrade the Windows BaseTools build default
from VS2022 -> VS2026.
Signed-off-by: Oliver Smith-Denny <[email protected]>
Commit: 80c428c1fe74c32313d7f6b7de9da9a8fdb5ab6c
https://github.com/tianocore/edk2/commit/80c428c1fe74c32313d7f6b7de9da9a8fdb5ab6c
Author: Oliver Smith-Denny <[email protected]>
Date: 2026-07-27 (Mon, 27 Jul 2026)
Changed paths:
M PrmPkg/Readme.md
M PrmPkg/Samples/Readme.md
Log Message:
-----------
PrmPkg: Update Readmes for VS2026
edk2 is moving to VS2026 for the MSVC toolchain.
Update examples accordingly.
Signed-off-by: Oliver Smith-Denny <[email protected]>
Commit: b5c33ab37f81c598f9f6c546b0732c21e179d627
https://github.com/tianocore/edk2/commit/b5c33ab37f81c598f9f6c546b0732c21e179d627
Author: Oliver Smith-Denny <[email protected]>
Date: 2026-07-27 (Mon, 27 Jul 2026)
Changed paths:
M UnitTestFrameworkPkg/ReadMe.md
Log Message:
-----------
UnitTestFrameworkPkg: Update ReadMe for VS2026
edk2 is moving to VS2026 for the MSVC toolchain,
update the ReadMe accordingly.
Signed-off-by: Oliver Smith-Denny <[email protected]>
Commit: df07555061ffae47adc5ac01e85be8141fa58b9a
https://github.com/tianocore/edk2/commit/df07555061ffae47adc5ac01e85be8141fa58b9a
Author: Oliver Smith-Denny <[email protected]>
Date: 2026-07-27 (Mon, 27 Jul 2026)
Changed paths:
M EmulatorPkg/EmulatorPkg.dsc
M EmulatorPkg/Readme.md
Log Message:
-----------
EmulatorPkg: Update DSC/Readme for VS2026
edk2 is moving to VS2026 for the MSVC toolchain.
Update the building instructions and DSC conditionals.
Signed-off-by: Oliver Smith-Denny <[email protected]>
Commit: 0f8d430e5282ff7f7ecdb59fd52b21136dbd80f5
https://github.com/tianocore/edk2/commit/0f8d430e5282ff7f7ecdb59fd52b21136dbd80f5
Author: Oliver Smith-Denny <[email protected]>
Date: 2026-07-27 (Mon, 27 Jul 2026)
Changed paths:
M .pytool/Readme.md
Log Message:
-----------
.pytool: Update Readme for VS2026
edk2 is moving to VS2026 for the MSVC toolchain.
Updated the .pytool Readme.
Signed-off-by: Oliver Smith-Denny <[email protected]>
Commit: d1b6a9c968b612302bf6cf631a4c18958c1dca35
https://github.com/tianocore/edk2/commit/d1b6a9c968b612302bf6cf631a4c18958c1dca35
Author: Oliver Smith-Denny <[email protected]>
Date: 2026-07-27 (Mon, 27 Jul 2026)
Changed paths:
M .azurepipelines/ReadMe.md
M .azurepipelines/Windows-VS.yml
M .azurepipelines/templates/defaults.yml
M .azurepipelines/templates/pr-gate-build-job.yml
Log Message:
-----------
.azurepipelines: Move to VS2026
This upgrades the Azure Pipelines CI to use
VS2026 instead of VS2022.
The Windows VM image is updated to windows-2025-vs2026 which
has been updated to use VS2026. Note, 2025 references
the Windows Server release, not the VS version. Azure pipelines
has not migrated its windows-2025 VM image to use VS2026 yet,
it will do so after that feature is GA'd, at which point edk2
will have time to update to that VM image.
Signed-off-by: Oliver Smith-Denny <[email protected]>
Commit: db183242ac438ad2c44fcacd25e678cf60e9f54a
https://github.com/tianocore/edk2/commit/db183242ac438ad2c44fcacd25e678cf60e9f54a
Author: Oliver Smith-Denny <[email protected]>
Date: 2026-07-27 (Mon, 27 Jul 2026)
Changed paths:
M .github/ISSUE_TEMPLATE/bug_report.yml
M .github/workflows/codeql.yml
M .github/workflows/upl-build.yml
Log Message:
-----------
.github: Move GitHub Actions to VS2026
This updates all GitHub Actions using VS2022 to
VS2026.
Note, windows-2025 is the VM image that contains
VS2026. 2025 refers to the Windows Server version,
not the VS version. GitHub runners have updated the
windows-2025 VM version to include VS2026, so no
additional migration is required.
Signed-off-by: Oliver Smith-Denny <[email protected]>
Commit: e17aaec44ba9e010926d989ee7b6a06696fe1826
https://github.com/tianocore/edk2/commit/e17aaec44ba9e010926d989ee7b6a06696fe1826
Author: Oliver Smith-Denny <[email protected]>
Date: 2026-07-27 (Mon, 27 Jul 2026)
Changed paths:
M EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS.yml
M EmulatorPkg/PlatformCI/PlatformBuild.py
M EmulatorPkg/PlatformCI/ReadMe.md
Log Message:
-----------
EmulatorPkg: Update CI to VS2026
This updates the VS2022 EmulatorPkg CI to VS2026.
Signed-off-by: Oliver Smith-Denny <[email protected]>
Commit: e11670b37916faa2b6e430551ec95b88e2c62e7e
https://github.com/tianocore/edk2/commit/e11670b37916faa2b6e430551ec95b88e2c62e7e
Author: Oliver Smith-Denny <[email protected]>
Date: 2026-07-27 (Mon, 27 Jul 2026)
Changed paths:
M OvmfPkg/PlatformCI/.azurepipelines/Windows-VS.yml
Log Message:
-----------
OvmfPkg: Update VS2022 CI to VS2026
This follows the rest of edk2 to update
VS2022 CI to VS2026.
Signed-off-by: Oliver Smith-Denny <[email protected]>
Compare: https://github.com/tianocore/edk2/compare/479a79c57f2a...e11670b37916
To unsubscribe from these emails, change your notification settings at
https://github.com/tianocore/edk2/settings/notifications
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits