-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Description
We are seeing an issue where CD is reporting components under a file path that does not exist on disk.
This specific case is with csprojs, though we have seen the same thing with NPM package.jsons.
The correct location of the csproj is repos\repoName\design\redacted\redacted\redacted.csproj
, but CD is reporting the file path as repos\repoName\design\redacted\redacted.csproj
.
This is from running CD 5.1.8 locally on a Windows machine with the following arguments: scan --SourceDirectory="path\to\repoName" --ManifestFile "path\to\output\manifest.json" --Output="path\to\output" --Timeout=60
.
Metadata
Metadata
Assignees
Labels
No labels