Skip to content

Commit

Permalink
nuget-packaging-job.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Mar 25, 2024
1 parent 8d1d1b1 commit 7f04706
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .pipelines/stages/jobs/nuget-packaging-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ jobs:
workspace:
clean: all
steps:
- template: steps/capi-${{ parameters.os }}-step.yml
parameters:
target: 'onnxruntime-genai'
- ${{ if eq(parameters.os, 'linux') }}:
- template: steps/capi-linux-step.yml
parameters:
Expand Down
2 changes: 1 addition & 1 deletion .pipelines/stages/jobs/steps/capi-win-step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ steps:
- ${{ if eq(parameters.target, 'onnxruntime-genai') }}:
- template: compliant/win-esrp-dll-step.yml
parameters:
FolderPath: '$(buildDir)'
FolderPath: '$(Build.Repository.LocalPath)\$(buildDir)'
DisplayName: 'ESRP - Sign C++ dlls'
Pattern: '*genai.dll'

Expand Down

0 comments on commit 7f04706

Please sign in to comment.