fix(core): set consistent working directory when calculating runtime hash inputs (#18643)

This commit is contained in:
Craigory Coppola 2023-08-15 14:20:48 -05:00 committed by GitHub
parent 40d66ec715
commit e2ac4e38e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -743,6 +743,7 @@ class TaskHasherImpl {
runtime,
{
windowsHide: true,
cwd: workspaceRoot,
},
(err, stdout, stderr) => {
if (err) {