Skip to content

Commit

Permalink
Try to fix nuget shared lib files for qnn
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlizarraga committed Dec 19, 2024
1 parent 7ff94a0 commit 0fbff4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/nuget/generate_nuspec_for_native_nuget.py
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ def generate_files(line_list, args):
+ '\\native" />'
)

if args.execution_provider == "qnn":
if args.execution_provider == "qnn" or is_qnn_package and not is_ado_packaging_build:
files_list.append(
"<file src="
+ '"'
Expand Down

0 comments on commit 0fbff4a

Please sign in to comment.