Skip to content

Commit

Permalink
#build-debug #appcenter
Browse files Browse the repository at this point in the history
  • Loading branch information
mnelli19 committed Jul 27, 2021
1 parent bb1f218 commit 3a47376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ stages:

- job: BuildApk
dependsOn: InitPipeline
condition: and(succeeded(), dependencies.InitPipeline.outputs['build'], true))
condition: and(succeeded(), dependencies.InitPipeline.outputs['build'], true)
variables:
build: $[ dependencies.InitPipeline.outputs['build'] ]
debug: $[ dependencies.InitPipeline.outputs['debug'] ]
Expand Down

0 comments on commit 3a47376

Please sign in to comment.