We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59e8f55 + 014f2ab commit 620c7d2Copy full SHA for 620c7d2
azure-pipelines.yml
@@ -15,6 +15,9 @@ variables:
15
# Container registry service connection established during pipeline creation
16
vmImageName: 'Ubuntu-22.04'
17
latestBranch: main
18
+ buildAgentPool: 'primerox-azdo-agentpool'
19
+ containerRegistry : 'crpmxsandbox.azurecr.io'
20
+ dockerRegistryServiceConnection : 'a2adf74e-9412-47bd-baaa-c7e8b5ff34d9'
21
22
jobs:
23
- job: Test
config/version.rb
@@ -3,5 +3,5 @@
3
# Copyright (c) 2014 - 2023 UNICEF. All rights reserved.
4
5
class Primero::Application
6
- VERSION = '2.11.1.2'
+ VERSION = '2.11.2'
7
end
0 commit comments