-
Notifications
You must be signed in to change notification settings - Fork 228
Description
Release version
v7.0.0-alpha.1.0.2
Question Details
I have reviewed the wiki and it shows that the CONFIGURATION_YAML_PATH should be the absolute path for the configuration YAML file.
I have purposely configured all of my artifacts to point to reference app insights, keyvaults, and backends that do not exist in a 'dev' environment to ensure that the configuration yaml is being used to override the values and point to the 'test' environment resources that do exist. However, that is not the case.
Expected behavior
The publisher tool should be overriding the references pointing from my dev environment with the references to the test environment specified in the configuration YAML file.
Actual behavior
The publisher tool is making API calls to apim with references to the dev environment and is not pulling in the configuration yaml file. I added steps to my pipeline to print out the contents to confirm the absolute path works.
Reproduction Steps
Pipeline Config for Config File display task:
Pipeline Config for publish task:
