You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When playing around with Flamenco, I noticed that the file control.dotnet8.jammy,mantic was being copied to the destination directory as is, as well as getting assigned a BuildTargetSpecificity score of 0.
By analyzing the code further, it looks like the if statements that determine whether a file defines a package or a series name does not yet handle multiple comma-separated names being defined in extensionName, e.g.
So, for the example given in the beginning, SourceDirectory.BuildableTargets.SeriesName does not directly contain a value of jammy,mantic and will, therefore, yield false.
The text was updated successfully, but these errors were encountered:
When playing around with Flamenco, I noticed that the file
control.dotnet8.jammy,mantic
was being copied to the destination directory as is, as well as getting assigned aBuildTargetSpecificity
score of 0.By analyzing the code further, it looks like the
if
statements that determine whether a file defines a package or a series name does not yet handle multiple comma-separated names being defined inextensionName
, e.g.So, for the example given in the beginning,
SourceDirectory.BuildableTargets.SeriesName
does not directly contain a value ofjammy,mantic
and will, therefore, yield false.The text was updated successfully, but these errors were encountered: