Skip to content

Commit 2395ee1

Browse files
authored
Update the VisualStudio.ChannelName for release branch (#11304)
1 parent 90b52dd commit 2395ee1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vsts-dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ extends:
115115
- name: VisualStudio.MajorVersion
116116
value: 17
117117
- name: VisualStudio.ChannelName
118-
value: 'int.main'
118+
value: 'int.d17.12' # MSBuild's vs17.12 branch corresponds to this VS channel
119119
- name: VisualStudio.DropName
120120
value: Products/$(System.TeamProject)/$(Build.Repository.Name)/$(Build.SourceBranchName)/$(Build.BuildNumber)
121121

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the MIT license. See License.txt in the project root for full license information. -->
33
<Project>
44
<PropertyGroup>
5-
<VersionPrefix>17.12.24</VersionPrefix>
5+
<VersionPrefix>17.12.25</VersionPrefix>
66
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
77
<PackageValidationBaselineVersion>17.11.4</PackageValidationBaselineVersion>
88
<AssemblyVersion>15.1.0.0</AssemblyVersion>

0 commit comments

Comments
 (0)