Skip to content

Commit 3ebbd7c

Browse files
disable localization for vs17.7 (#9268)
* disable localization for vs17.7 * bump version
1 parent 4fca219 commit 3ebbd7c

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
@@ -37,7 +37,7 @@ variables:
3737
- name: _DotNetValidationArtifactsCategory
3838
value: .NETCoreValidation
3939
- name: EnableReleaseOneLocBuild
40-
value: true
40+
value: false
4141
- name: Codeql.Enabled
4242
value: true
4343

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.7.3</VersionPrefix><DotNetFinalVersionKind>release</DotNetFinalVersionKind>
5+
<VersionPrefix>17.7.4</VersionPrefix><DotNetFinalVersionKind>release</DotNetFinalVersionKind>
66
<PackageValidationBaselineVersion>17.6.3</PackageValidationBaselineVersion>
77
<AssemblyVersion>15.1.0.0</AssemblyVersion>
88
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>

0 commit comments

Comments
 (0)