diff --git a/script/vsts/platforms/windows.yml b/script/vsts/platforms/windows.yml index 5c3dc2d93..23782335a 100644 --- a/script/vsts/platforms/windows.yml +++ b/script/vsts/platforms/windows.yml @@ -70,7 +70,7 @@ jobs: BUILD_ARCH: $(buildArch) CI: true CI_PROVIDER: VSTS - NPM_BIN_PATH: "D:\\a\\_tool\\node\\12.13.1\\x64\\npm.cmd" + NPM_BIN_PATH: "C:\\hostedtoolcache\\windows\\node\\12.13.1\\x64\\npm.cmd" npm_config_build_from_source: true displayName: Bootstrap build environment condition: ne(variables['CacheRestored'], 'true')