Skip to content

Commit f2de85e

Browse files
committed
GH-2252 - fix GitVersion.Portable and GitVersion.CommandLine packaging
1 parent 6b342b8 commit f2de85e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env bash
2-
DOTNET_VERSION=2.1.804,3.1.201
2+
DOTNET_VERSION=2.1.805,3.1.201

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(PlatformFamily.Windows.ToString());
20+
var sourceDir = parameters.Paths.Directories.Native.Combine(PlatformFamily.Windows.ToString()).Combine("win-x64");
2121
var sourceFiles = GetFiles(sourceDir + "/*.*");
2222

2323
// Cmdline and Portable

0 commit comments

Comments
 (0)