From c0ea5e94de016ed227e5c06bee8df3e43bcd7b07 Mon Sep 17 00:00:00 2001 From: Jamie Newbon Date: Thu, 9 Jul 2020 11:43:34 +0100 Subject: [PATCH] Activated Conditions --- CI/Windows/windows-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CI/Windows/windows-build.yml b/CI/Windows/windows-build.yml index 93367b4b3f..1be653dc5b 100644 --- a/CI/Windows/windows-build.yml +++ b/CI/Windows/windows-build.yml @@ -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: