Skip to content

Commit ee6457a

Browse files
Enable localization for vs17.14 build (#12799)
The localization has to be enabled to service the change with the new error message (#12662)
1 parent 488a3b9 commit ee6457a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.vsts-dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ variables:
4747
- name: SkipApplyOptimizationData
4848
value: true
4949
- name: EnableReleaseOneLocBuild
50-
value: false # Disable loc for vs17.14
50+
value: true
5151
- name: Codeql.Enabled
5252
value: true
5353
# ensures we don't build and push experimental versions to official feeds as release versions
@@ -137,4 +137,4 @@ extends:
137137
enableSymbolValidation: true
138138
enableSourceLinkValidation: false
139139
enableNugetValidation: false
140-
enableSigningValidation: ${{ parameters.enableSigningValidation }}
140+
enableSigningValidation: ${{ parameters.enableSigningValidation }}

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.14.35</VersionPrefix>
5+
<VersionPrefix>17.14.36</VersionPrefix>
66
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
77
<PackageValidationBaselineVersion>17.13.9</PackageValidationBaselineVersion>
88
<AssemblyVersion>15.1.0.0</AssemblyVersion>

0 commit comments

Comments
 (0)