Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
timmy-wright committed Aug 7, 2024
1 parent ea4caba commit 4d2d049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/templates/.builder-release-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ steps:
displayName: Get Build Mode
- bash: |
set -ex
cp -arfv ${Agent.BuildDirectory}/overrides/agentbakersvc/overrides/ .
cp -arfv $(Pipeline.Workspace)/overrides/agentbakersvc/overrides/ .
displayName: Apply Overrides
condition: eq('${{ parameters.useOverrides }}', true)
- task: UniversalPackages@0
Expand Down

0 comments on commit 4d2d049

Please sign in to comment.