Skip to content

Commit 789a00e

Browse files
[vs17.10] Select proper VS channel (#11240)
* Update .vsts-dotnet.yml * Bump version * Bump version * Add comment for VisualStudio.ChannelName value --------- Co-authored-by: Tomas Bartonek <[email protected]>
1 parent b54fa67 commit 789a00e

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.10' # MSBuild's vs17.10 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.10.17</VersionPrefix>
5+
<VersionPrefix>17.10.18</VersionPrefix>
66
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
77
<PackageValidationBaselineVersion>17.8.3</PackageValidationBaselineVersion>
88
<AssemblyVersion>15.1.0.0</AssemblyVersion>

0 commit comments

Comments
 (0)