Skip to content

Commit 692b8ff

Browse files
Ryan Laistevenlix
authored andcommitted
Fix DirectML nuget creation in Nuget pipeline (#3929)
1 parent 445dc43 commit 692b8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tools/nuget/generate_nuspec_for_native_nuget.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def generate_files(list, args):
150150
if includes_directml:
151151
files_list.append('<file src=' + '"' + os.path.join(args.native_build_path, 'DirectML.dll') + '" target="runtimes\\win-' + args.target_architecture + '\\native" />')
152152
files_list.append('<file src=' + '"' + os.path.join(args.native_build_path, 'DirectML.pdb') + '" target="runtimes\\win-' + args.target_architecture + '\\native" />')
153-
files_list.append('<file src=' + '"' + os.path.join(args.packages_path, 'DirectML.0.0.2\\LICENSE.txt') + '" target="DirectML_LICENSE.txt" />')
153+
files_list.append('<file src=' + '"' + os.path.join(args.packages_path, 'DirectML.0.0.4\\LICENSE.txt') + '" target="DirectML_LICENSE.txt" />')
154154

155155
if includes_winml:
156156
# Process microsoft.ai.machinelearning import lib, dll, and pdb

0 commit comments

Comments
 (0)