thomasegger
New Member
1 hour agoqsys-generate outputs Info as Error
Hi everybody,
I implemented a CI pipeline for Quartus projects in Azure DevOps / TFS that also runs qsys-generate.exe.
One of the first outputs, namely "Info: Parallel IP Generation is enabled." gets marked as an error:
##[error]2026.04.28.14:01:10 Info: Parallel IP Generation is enabled.
That leads to a fail of the whole pipeline (even though everything is fine). I can solve this by redirecting stderr to stdout, by calling qsys-generate.exe with the argument "2>&1". But of course this would also "hide" real errors.
Could this issue please be fixed at some time?
Thanks,
Thomas