CK-Build / CKli

CKli is a tool for multi-repositories stacks.
4 stars 0 forks source link

ApplySettings don't work as they should in a parallel world. #1

Open Kuinox opened 4 years ago

Kuinox commented 4 years ago

Currently, an ApplySettings does not work as it should be in parallel branches: Appveyor config don't get updated with the parallel branch name. Repository.xml have parallel branch added, but keep the regular one. The SharedProps get the product name updated with the parallel world, it should use the basic name. This is due because the ApplySettings were wrote before the parallel world existed, and need to be updated. Because of this, i think a lot of ApplySettings got the similars problems.

olivier-spinelli commented 4 years ago

"The SharedProps get the product name updated with the parallel world, it should use the basic name." I'm ok with product name = CK[NetCore2]

olivier-spinelli commented 4 years ago

"Appveyor config don't get updated with the parallel branch name." ==> This is solved BUT this is a "set" and not an "ensure": if any other branches exist they are removed :(.