Temporary fix for #2676 #2743
Merged
Temporary fix for #2676 #2743
Conversation
packageDir.GetDirectories "Content" | ||
|> Array.append (packageDir.GetDirectories "content") | ||
|> Array.tryFind (fun _ -> true) | ||
|> Option.map (fun x -> x,contentCopySettings,contentCopyToOutputSettings)) | ||
|> Seq.toList | ||
|
||
printfn "%A" packageDirectoriesWithContent |
forki
Sep 10, 2017
Author
Member
OMG. Can you please remove it and republish. Looks like I'm a bit blind after parental leave
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Temporary fix for #2676