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 6b342b8 commit f2de85eCopy full SHA for f2de85e
build.config
@@ -1,2 +1,2 @@
1
#!/usr/bin/env bash
2
-DOTNET_VERSION=2.1.804,3.1.201
+DOTNET_VERSION=2.1.805,3.1.201
build/pack.cake
@@ -17,7 +17,7 @@ Task("Pack-Prepare")
17
});
18
}
19
20
- var sourceDir = parameters.Paths.Directories.Native.Combine(PlatformFamily.Windows.ToString());
+ var sourceDir = parameters.Paths.Directories.Native.Combine(PlatformFamily.Windows.ToString()).Combine("win-x64");
21
var sourceFiles = GetFiles(sourceDir + "/*.*");
22
23
// Cmdline and Portable
0 commit comments