dotnet / project-system

The .NET Project System for Visual Studio
MIT License
959 stars 386 forks source link

Update channelName #9378

Closed tmeschter closed 5 months ago

tmeschter commented 5 months ago

Update the channel used for the baseline VS build for OptProf collection runs. The latest build of the specified channel is combined with the project system binaries built out of our repo to create the installer used in the run. Since our dev17.9.x branch inserts into the rel/d17.9 branch in the VS repo we need to use the int.d17.9 channel. Using int.main might work for a while, but eventually we're get to the point where our 17.9 builds are no longer compatible with VS main builds and our OptProf test will fail. By updating now we avoid that problem.

Microsoft Reviewers: Open in CodeFlow