Skip to content

Commit 0ca03f8

Browse files
authored
Disable loc for 17.13 (#11617)
1 parent 0586a3f commit 0ca03f8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.vsts-dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ variables:
3434
- name: SourceBranch
3535
value: ''
3636
- name: EnableReleaseOneLocBuild
37-
value: true # Enable loc for vs17.13
37+
value: false # Disable loc for vs17.13
3838
- name: Codeql.Enabled
3939
value: true
4040
- group: AzureDevOps-Artifact-Feeds-Pats

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.13.21</VersionPrefix>
5+
<VersionPrefix>17.13.22</VersionPrefix>
66
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
77
<PackageValidationBaselineVersion>17.12.6</PackageValidationBaselineVersion>
88
<AssemblyVersion>15.1.0.0</AssemblyVersion>

0 commit comments

Comments
 (0)