Skip to content

Commit 6bbf877

Browse files
Merged in r2-3215-main-develop-2 (pull request #7087)
R2-3215: Merging main to develop 03.07.25
2 parents d3a510d + 6ee18a1 commit 6bbf877

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

azure-pipelines.yml

-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ variables:
1515
# Container registry service connection established during pipeline creation
1616
vmImageName: 'Ubuntu-22.04'
1717
latestBranch: main
18-
buildAgentPool: 'primerox-azdo-agentpool'
19-
containerRegistry : 'crpmxsandbox.azurecr.io'
20-
dockerRegistryServiceConnection : 'a2adf74e-9412-47bd-baaa-c7e8b5ff34d9'
2118

2219
jobs:
2320
- job: Test

config/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Copyright (c) 2014 - 2023 UNICEF. All rights reserved.
44

55
class Primero::Application
6-
VERSION = '2.12.0-rc2'
6+
VERSION = '2.12.0-rc3'
77
end

0 commit comments

Comments
 (0)