Replies: 1 comment 1 reply
-
|
Hi @ahenkel Thanks for sharing your idea! It's definitely in our plans to support Directory.app.props.json, so stay tuned! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Idea Description
Recently microsoft introduced a new config-file where you can define things like publisher and version in a central way. This comes handy for repositories the multiple apps.
After trying it on my local machine I would like to use it on the build pipeline as well. Sadly this do not work because BcContainerHelper is referring to version property of app.json in (Sort-AppDependencyFolder) and publisher in Run-AlPipeline.ps1: line 1930 without recognizing the central configuration file.
Could you please support central definition via Directory.app.props.json file
Contribution (Optional)
Beta Was this translation helpful? Give feedback.
All reactions