-
Notifications
You must be signed in to change notification settings - Fork 156
Open
Description
Hi
I'm trying to run a tool from BuildXL that consumes files from some directory and writes new files to the same directory.
For what I read, it looks like I have to use partial sealed directory but I can't figure out how to specify that output of that tool should be that partial sealed directory.
For example:
const sealedDir = Transformer.sealPartialDirectory(dir1, globR(dir1));
I cannot specify sealedDir in outputs because it is not compatible. If I try to use sealedDir.root there, then BuildXL got some internal error.
If I try to use dir1 in outputs, I got error that dir1 coincides with the sealed directory.
What is correct way to use it?
Thank you,
Vlad
Metadata
Metadata
Assignees
Labels
No labels