Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
DOTNET_VERSION=2.1.804,3.1.201
DOTNET_VERSION=2.1.805,3.1.201
2 changes: 1 addition & 1 deletion build/pack.cake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Task("Pack-Prepare")
});
}

var sourceDir = parameters.Paths.Directories.Native.Combine(PlatformFamily.Windows.ToString());
var sourceDir = parameters.Paths.Directories.Native.Combine(PlatformFamily.Windows.ToString()).Combine("win-x64");
var sourceFiles = GetFiles(sourceDir + "/*.*");

// Cmdline and Portable
Expand Down