Skip to content

Commit 264b864

Browse files
committed
(build) fix packaging for cmdline and portable
1 parent bd85931 commit 264b864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pack.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Task("Pack-Prepare")
1717
});
1818
}
1919

20-
var sourceDir = parameters.Paths.Directories.Native.Combine(parameters.NativeRuntimes[PlatformFamily.Windows]);
20+
var sourceDir = parameters.Paths.Directories.Native.Combine(PlatformFamily.Windows.ToString());
2121
var sourceFiles = GetFiles(sourceDir + "/*.*");
2222

2323
// Cmdline and Portable

0 commit comments

Comments
 (0)