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
If a package's PackageVersion has a space in it, e.g. if the PackageVersion is "4.0 SP3", then the pipelines fail fairly quickly and throw an "Internal-Error-Dynamic-Scan" error.
If a package's PackageVersion has a space in it, e.g. if the PackageVersion is "4.0 SP3", then the pipelines fail fairly quickly and throw an "Internal-Error-Dynamic-Scan" error.
Compare:
"4.0 SP3"), wrapped in quotation marks, threw Internal-Error-Dynamic-Scan on each run.4.0-SP3), pipeline runs to completion.