mirror of
https://github.com/deskflow/deskflow.git
synced 2026-06-28 21:02:21 +08:00
Activated Conditions
This commit is contained in:
parent
f832d99b26
commit
c0ea5e94de
@ -146,7 +146,7 @@ steps:
|
||||
replaceExistingArchive: true
|
||||
verbose: true
|
||||
displayName: "Archive 32-bit binaries"
|
||||
# condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')
|
||||
condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')
|
||||
|
||||
- task: ArchiveFiles@2
|
||||
inputs:
|
||||
@ -157,7 +157,7 @@ steps:
|
||||
replaceExistingArchive: true
|
||||
verbose: true
|
||||
displayName: "Archive 64-bit binaries"
|
||||
# condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')
|
||||
condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')
|
||||
|
||||
- script: |
|
||||
call ./build64/version
|
||||
@ -190,7 +190,7 @@ steps:
|
||||
targetFolder: 'synergy-core/v1-core-$(buildType)/$(SYNERGY_VERSION)/$(SYNERGY_VERSION_STAGE)/$(SYNERGY_REVISION)/'
|
||||
readyTimeout: '20000'
|
||||
displayName: 'Send archives to sandor'
|
||||
# condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')
|
||||
condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')
|
||||
|
||||
- task: CopyFilesOverSSH@0
|
||||
inputs:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user