Skip to content

Commit

Permalink
update depends on for build step
Browse files Browse the repository at this point in the history
  • Loading branch information
volllly committed Jul 16, 2024
1 parent 4f323f9 commit 774fda7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion azure-pipelines/fiskaltrust.Middleware.Queue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,13 @@ stages:
- template: templates/queue/test-nuspec.template.yml

- stage: Build
dependsOn: Test
dependsOn: [Test, NuspecTest]
condition: |
and
(
eq(dependencies.Test.result, 'Succeeded'),
in(dependencies.NuspecTest.result, 'Succeeded', 'Skipped')
)
jobs:
- job: BuildNugetPackages
displayName: Build v1 NuGet packages
Expand Down

0 comments on commit 774fda7

Please sign in to comment.