Skip to content

Commit e31f7f4

Browse files
authored
[vs17.11] Select proper VS channel (#11303)
* Update .vsts-dotnet.yml of VisualStudio.ChannelName * Update Versions.props VersionPrefix
1 parent 17752ce commit e31f7f4

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
@@ -109,7 +109,7 @@ extends:
109109
- name: VisualStudio.MajorVersion
110110
value: 17
111111
- name: VisualStudio.ChannelName
112-
value: 'int.main'
112+
value: 'int.d17.11' # MSBuild's vs17.11 branch corresponds to this VS channel
113113
- name: VisualStudio.DropName
114114
value: Products/$(System.TeamProject)/$(Build.Repository.Name)/$(Build.SourceBranchName)/$(Build.BuildNumber)
115115

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.11.22</VersionPrefix>
5+
<VersionPrefix>17.11.23</VersionPrefix>
66
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
77
<PackageValidationBaselineVersion>17.10.4</PackageValidationBaselineVersion>
88
<AssemblyVersion>15.1.0.0</AssemblyVersion>

0 commit comments

Comments
 (0)