File tree 2 files changed +2
-2
lines changed
eng/pipelines/templates/steps
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 71
71
72
72
- pwsh : |
73
73
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
75
75
displayName: "Build ESLint Plugin and Lint Libraries"
76
76
77
77
- pwsh : |
Original file line number Diff line number Diff line change 8
8
9
9
- pwsh : |
10
10
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
12
12
displayName: "Build ESLint Plugin and Lint Libraries"
13
13
14
14
- pwsh : |
You can’t perform that action at this time.
0 commit comments