File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
eng/pipelines/templates/steps Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7171
7272 - pwsh : |
7373 node common/scripts/install-run-rush.js build -t @azure/eslint-plugin-azure-sdk
74- node eng/tools/rush-runner/index.js lint "$(ChangedServices)" -p max
74+ node eng/tools/rush-runner/index.js lint "$(ChangedServices)" -p max --verbose
7575 displayName: "Build ESLint Plugin and Lint Libraries"
7676
7777 - pwsh : |
Original file line number Diff line number Diff line change 88
99 - pwsh : |
1010 node common/scripts/install-run-rush.js build -t @azure/eslint-plugin-azure-sdk -t @azure/monitor-opentelemetry-exporter
11- node eng/tools/rush-runner/index.js lint "${{parameters.ServiceDirectory}}" -p max
11+ node eng/tools/rush-runner/index.js lint "${{parameters.ServiceDirectory}}" -p max --verbose
1212 displayName: "Build ESLint Plugin and Lint Libraries"
1313
1414 - pwsh : |
You can’t perform that action at this time.
0 commit comments