mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Fix job dependencies in azure-pipelines.yml
This commit is contained in:
parent
346c9860a8
commit
058f2d1615
@ -363,7 +363,8 @@ jobs:
|
|||||||
- Windows_x86
|
- Windows_x86
|
||||||
- Windows_x64
|
- Windows_x64
|
||||||
- Windows_x64_qt6
|
- Windows_x64_qt6
|
||||||
- BuildDockerImages
|
- Docker_Amd64_Image
|
||||||
|
- Docker_Arm64_Image
|
||||||
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/develop'), true)
|
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/develop'), true)
|
||||||
variables:
|
variables:
|
||||||
- group: github-releases
|
- group: github-releases
|
||||||
@ -424,7 +425,8 @@ jobs:
|
|||||||
- Windows_x86
|
- Windows_x86
|
||||||
- Windows_x64
|
- Windows_x64
|
||||||
- Windows_x64_qt6
|
- Windows_x64_qt6
|
||||||
- BuildDockerImages
|
- Docker_Amd64_Image
|
||||||
|
- Docker_Arm64_Image
|
||||||
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
|
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
|
||||||
variables:
|
variables:
|
||||||
- group: github-releases
|
- group: github-releases
|
||||||
|
Loading…
Reference in New Issue
Block a user