PakBlacklist | Separate Files For Client / Server

I’m using Frontend to package my game and dedicated server. I have been able to get my PakBlacklist to work if I place the file in the following folder:

ProjectName\Build\Win64\PakBlacklist-Development.txt

222810-capture2222.png

I am now trying to have two separate PakBlacklist, one for WindowsNoEditor and one for WindowsServer.

According to the [documentation][2] these should work (I think?):

ProjectName\Build\Win64\WindowsServer\PakBlacklist-Development.txt
ProjectName\Build\Win64\WindowsNoEditor\PakBlacklist-Development.txt

I have also tried:

ProjectName\Build\WindowsServer\PakBlacklist-Development.txt
ProjectName\Build\WindowsNoEditor\PakBlacklist-Development.txt

But they do not work and Frontend does not see the PakBlacklist (no output in the logs). Is there a way to separate Client / Server Pak Blacklists?