mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-30 03:37:44 +00:00
Fix DML License in nuget package (#4969)
This commit is contained in:
parent
ea5732319e
commit
f4b057b098
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ def generate_files(list, args):
|
|||
'" target="runtimes\\win-' + args.target_architecture + '\\native" />')
|
||||
files_list.append('<file src=' + '"' + os.path.join(args.native_build_path, 'DirectML.pdb') +
|
||||
'" target="runtimes\\win-' + args.target_architecture + '\\native" />')
|
||||
files_list.append('<file src=' + '"' + os.path.join(args.packages_path, 'DirectML.2.1.1\\LICENSE.txt') +
|
||||
files_list.append('<file src=' + '"' + os.path.join(args.packages_path, 'DirectML.3.0.0\\LICENSE.txt') +
|
||||
'" target="DirectML_LICENSE.txt" />')
|
||||
|
||||
if includes_winml:
|
||||
|
|
|
|||
Loading…
Reference in a new issue