Skip to content

Commit 3d5a17c

Browse files
committed
Install script/vsts dependencies on release branch
1 parent 36aab2b commit 3d5a17c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

script/vsts/platforms/templates/preparation.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ steps:
3232
inputs:
3333
versionSpec: '3.8'
3434

35-
# Windows Specific
36-
- script: |
37-
cd script\vsts
35+
- pwsh: |
36+
cd script/vsts
3837
npm install
39-
displayName: Install script/vsts dependencies on Windows
40-
condition: eq(variables['Agent.OS'], 'Windows_NT')
38+
displayName: Install script/vsts dependencies
39+
condition: or(eq(variables['Agent.OS'], 'Windows_NT'), eq(variables['IsReleaseBranch'], 'true'))

0 commit comments

Comments
 (0)