Solution Import Task doesn't accept a calculated value for UseDeploymentSettingsFile switch:
UseDeploymentSettingsFile: '$(UseDeploymentSettings)'
DeploymentSettingsFile: '$(DeploymentSettingsFilePath)'
I can see in logs, that the settings file is not used in the arguments of pac-call
if I set it to true (hardcoded), it's working.
Anybody else experiencing that?
What would be the right way to use a calculated value there? Tried with/without quotes, eq-comparison, etc..