Skip to content
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

Temporary fix for #2676 #2743

Merged
merged 1 commit into from
Sep 8, 2017
Merged

Temporary fix for #2676 #2743

merged 1 commit into from
Sep 8, 2017

Conversation

forki
Copy link
Member

@forki forki commented Sep 8, 2017

Temporary fix for #2676

@forki forki merged commit bae0fea into master Sep 8, 2017
@forki forki deleted the i2676 branch September 8, 2017 12:30
packageDir.GetDirectories "Content"
|> Array.append (packageDir.GetDirectories "content")
|> Array.tryFind (fun _ -> true)
|> Option.map (fun x -> x,contentCopySettings,contentCopyToOutputSettings))
|> Seq.toList

printfn "%A" packageDirectoriesWithContent
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cause of #2746

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OMG. Can you please remove it and republish. Looks like I'm a bit blind after parental leave

@@ -69,12 97,15 @@ let processContentFiles root project (usedPackages:Map<_,_>) gitRemoteItems opti
|> Seq.filter (fun (_,_,contentCopySettings,_) -> contentCopySettings <> ContentCopySettings.Omit)
|> Seq.map (fun ((group, packName),v,s,s') -> s,s',findPackageFolder root (group, packName) v)
|> Seq.choose (fun (contentCopySettings,contentCopyToOutputSettings,packageDir) ->
printfn "%s" packageDir.FullName
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cause of #2746

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants