fix(core): set consistent working directory when calculating runtime hash inputs (#18643)
This commit is contained in:
parent
40d66ec715
commit
e2ac4e38e7
@ -743,6 +743,7 @@ class TaskHasherImpl {
|
|||||||
runtime,
|
runtime,
|
||||||
{
|
{
|
||||||
windowsHide: true,
|
windowsHide: true,
|
||||||
|
cwd: workspaceRoot,
|
||||||
},
|
},
|
||||||
(err, stdout, stderr) => {
|
(err, stdout, stderr) => {
|
||||||
if (err) {
|
if (err) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user