Skip to content

Commit 7761f6a

Browse files
[vs17.8] Select proper VS channel (#11246)
* Update .vsts-dotnet.yml * Update Versions.props * Update .vsts-dotnet.yml Co-authored-by: Rainer Sigwald <[email protected]> * Bump version --------- Co-authored-by: Rainer Sigwald <[email protected]>
1 parent 31744df commit 7761f6a

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

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.8.18</VersionPrefix>
5+
<VersionPrefix>17.8.19</VersionPrefix>
66
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
77
<PackageValidationBaselineVersion>17.7.0</PackageValidationBaselineVersion>
88
<AssemblyVersion>15.1.0.0</AssemblyVersion>

0 commit comments

Comments
 (0)