mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 04:54:29 -04:00
Format
This commit is contained in:
committed by
Luis Ángel San Martín
parent
e026f25617
commit
0977eb36a9
@ -83,7 +83,7 @@ jobs:
|
||||
artifactName: src $(Build.BuildNumber) tarball
|
||||
|
||||
#
|
||||
# MacOS
|
||||
# MacOS qt6
|
||||
#
|
||||
|
||||
- job: MacOS_qt6
|
||||
@ -132,7 +132,11 @@ jobs:
|
||||
path: $(Build.ArtifactStagingDirectory)
|
||||
artifactName: Macos qt6 $(Build.BuildNumber) dmg
|
||||
|
||||
- job: MacOS
|
||||
#
|
||||
# MacOS
|
||||
#
|
||||
|
||||
- job: MacOS
|
||||
dependsOn: CodeFormatValidation
|
||||
variables:
|
||||
- ${{ if and(eq(variables['System.TeamFoundationCollectionUri'], 'https://dev.azure.com/luisangelsm/'), or(eq(variables['Build.SourceBranch'], 'refs/heads/master'), eq(variables['Build.SourceBranch'], 'refs/heads/develop'))) }}:
|
||||
|
Reference in New Issue
Block a user