You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build Pipelines: Update azure-pipelines.yml, release, and compliance pipeline configurations.
The current build pipeline uses the MSBuild@1 Azure task, which doesn't yet support Dev18. While the MSBuild command-line tool already supports Dev18 builds, we're waiting for Azure Pipeline task support.
The build pipeline currently generates a Dev17 Visual Studio installer with the latest PTVS changes for testing purposes. This needs to be updated for Dev18.
Update create_vs_bootstrapper.yml
Coordinate with CTI: Notify the team that the bootstrapper will now generate Dev18 installer bits instead of Dev17
Snap PTVS Main to Dev17 Release Branch
Create branch protection rules for the release branch
Currently, all changes flowing into Visual Studio main are targeting Dev18. Since the VS team has already snapped their main branch to the Dev17 release branch, we should also create a clear separation between Dev17 and Dev18 development streams.
This maintains stable Dev17 releases and also enables parallel Dev18 development.
Update Source Code Build Configuration for Dev18
Build Pipelines: Update azure-pipelines.yml, release, and compliance pipeline configurations.
The current build pipeline uses the
MSBuild@1Azure task, which doesn't yet support Dev18. While the MSBuild command-line tool already supports Dev18 builds, we're waiting for Azure Pipeline task support.Track progress at [enhancement]: Please add support for VS 2026 (18.0) - MSBuild & Vs build Task azure-pipelines-tasks#21319
Update VS Bootstrapper Configuration
The build pipeline currently generates a Dev17 Visual Studio installer with the latest PTVS changes for testing purposes. This needs to be updated for Dev18.
Snap PTVS Main to Dev17 Release Branch
Currently, all changes flowing into Visual Studio main are targeting Dev18. Since the VS team has already snapped their main branch to the Dev17 release branch, we should also create a clear separation between Dev17 and Dev18 development streams.
This maintains stable Dev17 releases and also enables parallel Dev18 development.
Update the Build and Debug Instructions for PTVS: https://github.com/microsoft/PTVS/wiki/Build-and-Debug-Instructions-for-PTVS
Address Dev18-Specific Issues