Skip to content

Commit

Permalink
fix target files issue not being black in package
Browse files Browse the repository at this point in the history
  • Loading branch information
rachguo authored and rachguo committed Mar 22, 2024
1 parent ca825cb commit 2c11c10
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tools/nuget/generate_nuspec_for_native_nuget.py
Original file line number Diff line number Diff line change
Expand Up @@ -1029,13 +1029,7 @@ def generate_files(line_list, args):
"_._",
)
net6_maccatalyst_target_targets = os.path.join(
args.sources_path,
"csharp",
"src",
"Microsoft.ML.OnnxRuntime",
"targets",
"net6.0-maccatalyst",
args.package_name + ".targets",
args.sources_path, "csharp", "src", "Microsoft.ML.OnnxRuntime", "targets", "net6.0-maccatalyst", "_._"
)

net6_macos_source_targets = os.path.join(
Expand Down

0 comments on commit 2c11c10

Please sign in to comment.