You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
Describe the bug
Aliasfied packages are ignored in Validate with Release Config. Giving the "aliasfy": true in sfdx-project.json makes sfpowerscripts ignore that particular package during Validate
To Reproduce
Steps to reproduce the behavior:
Use validate with release config (e.g. --mode=thorough-release-config)
Add aliasfied package to release config
Expected behavior
Aliasfied packages are deployed during validate
Screenshots
Platform Details (please complete the following information):
OS: Linux
Version: Version:20.30.4 -Release:March 23
Salesforce CLI(sfdx cli) Version: 7.186.2
CI Platform: Azure DevOps
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
BREAKING CHANGE: validate command will now respect aliasified
[packages. This means aliasified packages which do not have
a default directory will fail during validation. To fix this,
either ignore the package or add a default directory to the
aliasified package which is the contents that you want
to deploy to the scratch origin
fixes#1289]
BREAKING CHANGE: validate command will now respect aliasified
[packages. This means aliasified packages which do not have
a default directory will fail during validation. To fix this,
either ignore the package or add a default directory to the
aliasified package which is the contents that you want
to deploy to the scratch origin
fixes#1289]
Describe the bug
Aliasfied packages are ignored in Validate with Release Config. Giving the
"aliasfy": true
in sfdx-project.json makes sfpowerscripts ignore that particular package during ValidateTo Reproduce
Steps to reproduce the behavior:
Expected behavior
Aliasfied packages are deployed during validate
Screenshots
Platform Details (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: