Skip to content

Commit b72c904

Browse files
committed
install vst/script deps on IsSignedZipBranch
1 parent 239dc39 commit b72c904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/vsts/platforms/templates/preparation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ steps:
3434
env:
3535
GITHUB_TOKEN: $(GITHUB_TOKEN)
3636
displayName: Install script/vsts dependencies
37-
condition: or(eq(variables['Agent.OS'], 'Windows_NT'), eq(variables['IsReleaseBranch'], 'true'), eq(variables['IsNightlyBranch'], 'true'))
37+
condition: or(eq(variables['Agent.OS'], 'Windows_NT'), eq(variables['IsReleaseBranch'], 'true'), eq(variables['IsSignedZipBranch'], true), eq(variables['IsNightlyBranch'], 'true'))
3838
3939
# Windows Specific
4040
- task: UsePythonVersion@0

0 commit comments

Comments
 (0)