cache test should explicitly check cache key from build 1 is included in results log
parent
faec99b3d7
commit
0f29765707
|
|
@ -4810,6 +4810,7 @@ class TaskParameterSerializer {
|
||||||
value: buildParameters[element],
|
value: buildParameters[element],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
core.info(JSON.stringify(array, undefined, 4));
|
||||||
return array;
|
return array;
|
||||||
}
|
}
|
||||||
static serializeFromType(type) {
|
static serializeFromType(type) {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -116,6 +116,7 @@ export class TaskParameterSerializer {
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
core.info(JSON.stringify(array, undefined, 4));
|
||||||
|
|
||||||
return array;
|
return array;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue