Skip to content

Commit

Permalink
QNN Nuget Pipeline: print contents of binaries directory to see if sh…
Browse files Browse the repository at this point in the history
…ared libs were copied
  • Loading branch information
adrianlizarraga committed Dec 19, 2024
1 parent 57e0072 commit bd32daa
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,18 @@ stages:
workingFolder: '$(Build.BinariesDirectory)\${{ parameters.build_config }}'
createLogFile: true

- task: CmdLine@2
displayName: 'Print contents of binaries directory'
inputs:
script: |
dir '$(Build.BinariesDirectory)\${{ parameters.build_config }}'
- template: win-esrp-dll.yml
parameters:
FolderPath: '$(Build.BinariesDirectory)\${{ parameters.build_config }}\${{ parameters.build_config }}'
DisplayName: 'ESRP - Sign dlls'
DoEsrp: ${{ parameters.DoEsrp }}
Pattern: 'onnxruntime.dll'
Pattern: 'onnxruntime*.dll'

- task: MSBuild@1
displayName: 'Restore NuGet Packages and create project.assets.json'
Expand Down

0 comments on commit bd32daa

Please sign in to comment.