Skip to content

Commit

Permalink
Don't add fullname tag in 2GP package.xml (#3748)
Browse files Browse the repository at this point in the history
Fixes #3415  for the scenario of when building a locked 2GP

Co-authored-by: David Reed <d.reed@salesforce.com>
Co-authored-by: James Estevez <jestevez@salesforce.com>
  • Loading branch information
3 people committed May 14, 2024
1 parent 9bf5a55 commit a66bfe3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cumulusci/tasks/create_package_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,7 @@ def _run_task(self):
package_zip_builder = None
with convert_sfdx_source(
self.project_config.default_package_path,
None
if self.package_config.package_type == PackageTypeEnum.unlocked
else self.package_config.package_name,
None,
self.logger,
) as path:
package_zip_builder = MetadataPackageZipBuilder(
Expand Down

0 comments on commit a66bfe3

Please sign in to comment.