Skip to content

Commit 3c92f20

Browse files
AR-MayJanProvaznik
andauthored
Disable localization for vs17.14 (#12619)
Co-authored-by: Jan Provazník <[email protected]>
1 parent 7457a57 commit 3c92f20

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
@@ -47,7 +47,7 @@ variables:
4747
- name: SkipApplyOptimizationData
4848
value: true
4949
- name: EnableReleaseOneLocBuild
50-
value: true # Enable loc for vs17.14
50+
value: false # Disable loc for vs17.14
5151
- name: Codeql.Enabled
5252
value: true
5353
# ensures we don't build and push experimental versions to official feeds as release versions

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

0 commit comments

Comments
 (0)