Snow-Shell/servicenow-powershell

How to get .json file delivered with NuGet package?

Liturgist opened this issue · 1 comments

What causes the ServiceNow-Automation.json file to be delivered when the module is installed?

I do not see it mentioned in ServiceNow.psd1 or any other file.

Sorry for taking your time. I see that this can be done in the .psd1 file using:

# List of all files packaged with this module
FileList = @('file1.txt', 'file2.txt')