We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd85931 commit 264b864Copy full SHA for 264b864
build/pack.cake
@@ -17,7 +17,7 @@ Task("Pack-Prepare")
17
});
18
}
19
20
- var sourceDir = parameters.Paths.Directories.Native.Combine(parameters.NativeRuntimes[PlatformFamily.Windows]);
+ var sourceDir = parameters.Paths.Directories.Native.Combine(PlatformFamily.Windows.ToString());
21
var sourceFiles = GetFiles(sourceDir + "/*.*");
22
23
// Cmdline and Portable
0 commit comments