Hi @si-peham_2672,
As far as I can tell, it looks like there is still a permission issue with the working directory that is preventing file listing. The workaround to use the --input
argument seems to get past that issue, so I would continue to use that. For your reference, I did test this locally and on a test server, and both worked without issue. If you are interested, here is a link to our code that is searching for the file (https://github.com/Inedo/pgutil/blob/5001174a4c786bb238e8546d18d82fed71cfcc58/Inedo.ProGet/Scan/DependencyScanner.cs#L114). The SourceFileSystem.Default.FindFilesAsync
just calls new DirectoryInfo(folder).EnumerateFiles
and then matches against the name.
For the Specified argument was out of the range of valid values
error, that will be resolved in ProGet 2024.33, which will be released this Friday.
If you have any other questions, please let us know.
Thanks,
Dan