mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
remove branch condition for now
This commit is contained in:
@ -106,7 +106,7 @@ jobs:
|
|||||||
- MacOS
|
- MacOS
|
||||||
- Windows_x86
|
- Windows_x86
|
||||||
- Windows_x64
|
- Windows_x64
|
||||||
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'develop'))
|
condition: succeeded()
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'ubuntu-16.04'
|
vmImage: 'ubuntu-16.04'
|
||||||
steps:
|
steps:
|
||||||
|
Reference in New Issue
Block a user