Skip to content

Commit

Permalink
[vs17.10] Select proper VS channel (#11240)
Browse files Browse the repository at this point in the history
* Update .vsts-dotnet.yml

* Bump version

* Bump version

* Add comment for VisualStudio.ChannelName value

---------

Co-authored-by: Tomas Bartonek <[email protected]>
  • Loading branch information
JanKrivanek and SimaTian authored Jan 20, 2025
1 parent b54fa67 commit 789a00e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vsts-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ extends:
- name: VisualStudio.MajorVersion
value: 17
- name: VisualStudio.ChannelName
value: 'int.main'
value: 'int.d17.10' # MSBuild's vs17.10 branch corresponds to this VS channel
- name: VisualStudio.DropName
value: Products/$(System.TeamProject)/$(Build.Repository.Name)/$(Build.SourceBranchName)/$(Build.BuildNumber)

Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- 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. -->
<Project>
<PropertyGroup>
<VersionPrefix>17.10.17</VersionPrefix>
<VersionPrefix>17.10.18</VersionPrefix>
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
<PackageValidationBaselineVersion>17.8.3</PackageValidationBaselineVersion>
<AssemblyVersion>15.1.0.0</AssemblyVersion>
Expand Down

0 comments on commit 789a00e

Please sign in to comment.