Skip to content

Commit 6413b15

Browse files
committed
Don't skip bootstrapping when cache is restored
1 parent b766569 commit 6413b15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

script/vsts/platforms/windows.yml

-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ jobs:
9898
NPM_BIN_PATH: "C:\\hostedtoolcache\\windows\\node\\12.13.1\\x64\\npm.cmd"
9999
npm_config_build_from_source: true
100100
displayName: Bootstrap build environment
101-
condition: or(ne(variables['MainNodeModulesRestored'], 'true'), ne(variables['ScriptNodeModulesRestored'], 'true'), ne(variables['ApmNodeModulesRestored'], 'true'))
102101
103102
- script: |
104103
%RunCommand% script\lint.cmd

0 commit comments

Comments
 (0)