-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow common configuration in branches-specific appveyor.yml #325
Comments
👍 on this - I could definitely use it. |
Same here (https://help.appveyor.com/discussions/questions/1655-less-code-duplication-in-appveyoryml-when-using-branchesony). There was a suggestion that some YAML parsers accept |
any updates on this? |
We could really use this for our deployment process (the only difference is one line between the steps). We are currently implementing a powershell polyfill for this. @FeodorFitsner do you have any plans to include this soon? |
👍 |
We may start working on that soon. @AlexHayton what's the idea behind your PS polyfill? |
I've written a powershell script that inspects $env:APPVEYOR_REPO_BRANCH For some reason this script isn't running when I set it as deploy_script:, On 17 March 2016 at 22:26, Feodor Fitsner [email protected] wrote:
|
duplicate config because appveyor/ci#325
@FeodorFitsner any chance we could please get this worked on next. PLEASE!! We're starting to find that our |
+1 for the Yaml anchors &configname and references to "inherit" values from where it was originally defined. |
👍 like the sound of this! |
this would be really useful for us! |
REALLY REALLY REALLY looking forward to it! |
Is there some pespective of getting this feature released? It would be really usefull for all the comunity. |
We may need to include tags in scenario too. |
The feature has been delivered and documented here: https://www.appveyor.com/blog/2017/08/01/sharing-configuration-between-branches-in-appveyor-yml/ Let us know if you have any questions/comments. |
Great thank you!
|
Loving the new |
Dicsussion: http://help.appveyor.com/discussions/suggestions/728-shared-settings-for-appveyoryml-with-conditional-branches
The text was updated successfully, but these errors were encountered: