Skip to content

Commit

Permalink
Fixing artifact name passing 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelWMS committed Mar 22, 2024
1 parent d2ae799 commit 2773eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/prchecks/PackageBuildPRCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ extends:
isCustom: true
name: ${{ configuration.agentPool }}
variables:
rpmsArtifactName: $[ stageDependencies.RPMs_${{ configuration.name }}.Build.outputs['RPMsArtifactName.rpmsArtifactName'] ]
rpmsArtifactName: $[ stageDependencies.RPMs_${{ configuration.name }}.BuildAndTest.outputs['RPMsArtifactName.rpmsArtifactName'] ]
steps:
- template: .pipelines/templatesWithCheckout/SodiffCheck.yml@self
parameters:
Expand Down

0 comments on commit 2773eaf

Please sign in to comment.