You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 asrepos\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
.The text was updated successfully, but these errors were encountered: