We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239dc39 commit b72c904Copy full SHA for b72c904
script/vsts/platforms/templates/preparation.yml
@@ -34,7 +34,7 @@ steps:
34
env:
35
GITHUB_TOKEN: $(GITHUB_TOKEN)
36
displayName: Install script/vsts dependencies
37
- condition: or(eq(variables['Agent.OS'], 'Windows_NT'), eq(variables['IsReleaseBranch'], 'true'), eq(variables['IsNightlyBranch'], 'true'))
+ condition: or(eq(variables['Agent.OS'], 'Windows_NT'), eq(variables['IsReleaseBranch'], 'true'), eq(variables['IsSignedZipBranch'], true), eq(variables['IsNightlyBranch'], 'true'))
38
39
# Windows Specific
40
- task: UsePythonVersion@0
0 commit comments