diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 1e5aaebbdf9..95c03d1c0d4 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -29,7 +29,7 @@ variables:
# Should be 'current' release branch name, i.e. 'release/dev17.10' in dotnet/fsharp/refs/heads/main, 'release/dev17.10' in dotnet/fsharp/refs/heads/release/dev17.10 and 'release/dev17.9' in dotnet/fsharp/refs/heads/release/dev17.9
# Should **never** be 'main' in dotnet/fsharp/refs/heads/main, since it will start inserting to VS twice.
- name: FSharpReleaseBranchName
- value: release/dev17.13
+ value: release/dev17.14
# VS Insertion branch name (NOT the same as F# branch)
# Should be previous release branch or 'main' in 'main' and 'main' in release branch
# (since for all *new* release branches we insert into VS main and for all *previous* releases we insert into corresponding VS release),
@@ -88,7 +88,7 @@ extends:
# Signed build #
#-------------------------------------------------------------------------------------------------------------------#
# Localization: we only run it for specific release branches
- - ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/dev17.13') }}:
+ - ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/dev17.14') }}:
- template: /eng/common/templates-official/job/onelocbuild.yml@self
parameters:
MirrorRepo: fsharp
diff --git a/eng/Versions.props b/eng/Versions.props
index 7727e2eda17..00bbbc51afb 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -14,7 +14,7 @@
9
0
- 200
+ 300
0
@@ -53,7 +53,7 @@
17
- 13
+ 14
$(VSMajorVersion).0
$(VSMajorVersion).$(VSMinorVersion).0
$(VSAssemblyVersionPrefix).0