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
Copy file name to clipboardExpand all lines: README.md
+1-20Lines changed: 1 addition & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,23 +63,4 @@ npm run pack:t2 prod // Creates VSIX for pullRequestInsights
63
63
```
64
64
Note: Option "dev" doesn't create a VSIX file. Instead, it prepares the output task folder ready for upload to an AzureDevOps account and test it.
65
65
66
-
### HACK for azure-devops-node-api bug
67
-
68
-
Currently, there's a bug in "queryTestResultsReportForBuild" API of azure-devops-node-api lib which causes a break in the email report data and make it report incorrectly. Until "9.0.2" version of this lib is released - below hack must be done:
69
-
Go to "node_modules/azure-devops-node-api/Serialization.js" and change line number 216 from "return false" to "break". Should look like below.
70
-
71
-
Before publishing the emailreport task, do the same under "dist/emailreportextensions/emailreporttask/node_modules" folder (after running npm run pack:t1 but before tfx command).
0 commit comments