Skip to content

Commit

Permalink
Update core-pipeline.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
daalcant committed Oct 7, 2020
1 parent f8c964d commit b27a533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipelines/core-pipeline.yml
Expand Up @@ -72,7 +72,7 @@ stages:
dependsOn:
- SDL
- Build
condition: and(succeeded(), not(eq(variables['Build.Reason'], 'PullRequest')))
condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI'))
jobs:
- job: sign_hash_release
displayName: Code Sign, Generate Hashes, Publish Public Releases
Expand Down

0 comments on commit b27a533

Please sign in to comment.