Skip to content

Add Lci files to LocProject.json#12620

Merged
alexperovich merged 2 commits intodotnet:mainfrom
alexperovich:addLciFiles
Feb 17, 2023
Merged

Add Lci files to LocProject.json#12620
alexperovich merged 2 commits intodotnet:mainfrom
alexperovich:addLciFiles

Conversation

@alexperovich
Copy link
Member

@alexperovich alexperovich self-assigned this Feb 16, 2023
if ($continue) {
return @{
SourceFile = $sourceFile
LciFile = if (Test-Path $lciFile -PathType Leaf) {$lciFile} else {$null}
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm worried about this line resulting in LciFile: null in the final json (not sure what effect that will have). I think you can conditionalize the inclusion of items like I do here. Can you see if that will work for this? If not... guess we'll try this and see!

Copy link
Member Author

Choose a reason for hiding this comment

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

it does, I can condition it

Copy link
Contributor

@jonfortescue jonfortescue left a comment

Choose a reason for hiding this comment

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

Thanks so much for this!

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.

2 participants