Skip to content

Commit

Permalink
Update before-build-check-tasks.js
Browse files Browse the repository at this point in the history
  • Loading branch information
qianz2 committed Oct 9, 2023
1 parent 63e6d73 commit e637c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/before-build-check-tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function validateTaskSources( taskList ) {
* @returns {Array<String>} - array of messages with tasks which don't have versionmap file
*/
function validateGeneratedTasksExists( makeOptionJson ) {
const excludedKeys = ['tasks', 'taskResources'];
const excludedKeys = ['tasks', 'taskResources', 'Default'];
const errorList = [];

for (const key in makeOptionJson) {
Expand Down

0 comments on commit e637c55

Please sign in to comment.