Skip to content

Commit c14b2b7

Browse files
authored
Update azure-pipelines.yml
1 parent 08f8476 commit c14b2b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ variables:
2929
# 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
3030
# Should **never** be 'main' in dotnet/fsharp/refs/heads/main, since it will start inserting to VS twice.
3131
- name: FSharpReleaseBranchName
32-
value: release/dev17.11
32+
value: release/dev17.12
3333
# VS Insertion branch name (NOT the same as F# branch)
3434
# Should be previous release branch or 'main' in 'main' and 'main' in release branch
3535
# (since for all *new* release branches we insert into VS main and for all *previous* releases we insert into corresponding VS release),
@@ -85,7 +85,7 @@ extends:
8585
# Signed build #
8686
#-------------------------------------------------------------------------------------------------------------------#
8787
# Localization: we only run it for specific release branches
88-
- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/dev17.11') }}:
88+
- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/dev17.12') }}:
8989
- template: /eng/common/templates-official/job/onelocbuild.yml@self
9090
parameters:
9191
MirrorRepo: fsharp

0 commit comments

Comments
 (0)