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
This is a regression after PR #33064. Because for this pipeline, we are linting all packages, not a subset of packages. rush-runner.js is using global rush command common/scripts/install-run-rush.js to run lint. However, when linting monitor-opentelemetry we need to build its dependencies first via common/scripts/install-run-rush.js build -t @azure/monitor-opentelemetry-exporter. This caused an error because of invoking rush inside of rush:
Another Rush command is already running in this repository.
Returned error code: 1
The text was updated successfully, but these errors were encountered:
This is a regression after PR #33064. Because for this pipeline, we are linting all packages, not a subset of packages.
rush-runner.js
is using global rush commandcommon/scripts/install-run-rush.js
to runlint
. However, when lintingmonitor-opentelemetry
we need to build its dependencies first viacommon/scripts/install-run-rush.js build -t @azure/monitor-opentelemetry-exporter
. This caused an error because of invokingrush
inside ofrush
:The text was updated successfully, but these errors were encountered: