mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-25 22:26:24 +00:00
Add README to Nuget and fix license file name (#17170)
### Description Add README to Nuget and fix license file name ### Motivation and Context Fixes https://github.com/microsoft/onnxruntime/issues/17055
This commit is contained in:
parent
39dfcd5d84
commit
c0f8197157
1 changed files with 4 additions and 1 deletions
|
|
@ -1097,8 +1097,11 @@ def generate_files(line_list, args):
|
|||
"<file src=" + '"' + net6_android_target_targets + '" target="buildTransitive\\net6.0-android31.0" />'
|
||||
)
|
||||
|
||||
# README
|
||||
files_list.append("<file src=" + '"' + os.path.join(args.sources_path, "README.md") + '" target="README.md" />')
|
||||
|
||||
# Process License, ThirdPartyNotices, Privacy
|
||||
files_list.append("<file src=" + '"' + os.path.join(args.sources_path, "LICENSE.txt") + '" target="LICENSE.txt" />')
|
||||
files_list.append("<file src=" + '"' + os.path.join(args.sources_path, "LICENSE") + '" target="LICENSE" />')
|
||||
files_list.append(
|
||||
"<file src="
|
||||
+ '"'
|
||||
|
|
|
|||
Loading…
Reference in a new issue