Skip to content

Commit

Permalink
Fix print in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlizarraga committed Dec 19, 2024
1 parent bd32daa commit 8a65a1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ stages:
displayName: 'Print contents of binaries directory'
inputs:
script: |
dir '$(Build.BinariesDirectory)\${{ parameters.build_config }}'
dir $(Build.BinariesDirectory)\${{ parameters.build_config }}
- template: win-esrp-dll.yml
parameters:
Expand Down

0 comments on commit 8a65a1d

Please sign in to comment.