We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3a510d + 6ee18a1 commit 6bbf877Copy full SHA for 6bbf877
azure-pipelines.yml
@@ -15,9 +15,6 @@ 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.12.0-rc2'
+ VERSION = '2.12.0-rc3'
7
end
0 commit comments