-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcumulusci.yml
29 lines (27 loc) · 953 Bytes
/
cumulusci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
project:
name: Contacts_and_Organizations
package:
name: Contacts & Organizations
namespace: npe01
api_version: 53.0
git:
prefix_release: rel/
default_branch: main
dependency_resolutions:
preproduction: include_beta
tasks:
cleanup_translation_metadata:
description: Delete metadata from translation files that should not be translated.
class_path: cumulusci.tasks.metadata.modify.RemoveElementsXPath
options:
output_style: salesforce
elements:
- path: src/translations/**.translation
xpath: //ns:quickActions
- path: src/translations/**.translation
xpath: //ns:reportTypes[ns:name='screen_flows_prebuilt_crt']
uninstall_packaged_incremental:
options:
ignore:
ListView:
Payment_Field_Mapping_Settings__c.All