File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,11 @@ jobs:
107
107
displayName : Add Arduino IDE to PATH
108
108
- script : npm test --silent
109
109
displayName : Run tests
110
+ - task : DeleteFiles@1
111
+ inputs :
112
+ SourceFolder : $(Build.SourcesDirectory)/.vscode-test
113
+ Contents : " *"
114
+ RemoveSourceFolder : true
110
115
- task : PostAnalysis@2
111
116
displayName : Check for compliance errors
112
117
inputs :
Original file line number Diff line number Diff line change 334
334
"devDependencies" : {
335
335
"@babel/core" : " ^7.15.5" ,
336
336
"@babel/preset-env" : " ^7.15.6" ,
337
- "@types/express" : " ^4.17.13 " ,
337
+ "@types/express" : " ^4.19.2 " ,
338
338
"@types/glob" : " ^7.1.4" ,
339
339
"@types/mocha" : " ^5.2.7" ,
340
340
"@types/node" : " ^16.9.6" ,
379
379
"body-parser" : " ^1.16.1" ,
380
380
"cocopa" : " 0.0.13" ,
381
381
"eventemitter2" : " ^4.1.0" ,
382
- "express" : " ^4.14.1 " ,
382
+ "express" : " ^4.19.2 " ,
383
383
"extract-zip" : " ^2.0.1" ,
384
384
"glob" : " ^7.1.1" ,
385
385
"iconv-lite" : " ^0.4.18" ,
You can’t perform that action at this time.
0 commit comments