Skip to content

Commit c172e8f

Browse files
committed
(build) Stopped publishing, GitVersion.CommandLine.DotNetCore, use GitVersion.Tool instead
1 parent b99bda7 commit c172e8f

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

build/utils/parameters.cake

+1-2
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public class BuildParameters
120120
Packages = BuildPackages.GetPackages(
121121
Paths.Directories.NugetRoot,
122122
Version,
123-
new [] { "GitVersion.CommandLine.DotNetCore", "GitVersion.CommandLine", "GitVersionTask", "GitVersion.Tool" },
123+
new [] { "GitVersion.CommandLine", "GitVersionTask", "GitVersion.Tool" },
124124
new [] { "GitVersion.Portable" });
125125

126126
var files = Paths.Files;
@@ -134,7 +134,6 @@ public class BuildParameters
134134

135135
PackagesBuildMap = new Dictionary<string, DirectoryPath>
136136
{
137-
["GitVersion.CommandLine.DotNetCore"] = Paths.Directories.ArtifactsBinCoreFx21,
138137
["GitVersion.CommandLine"] = Paths.Directories.ArtifactsBinFullFxCmdline,
139138
["GitVersion.Portable"] = Paths.Directories.ArtifactsBinFullFxPortable,
140139
};

nuspec/GitVersion.CommandLine.DotNetCore.nuspec

-19
This file was deleted.

0 commit comments

Comments
 (0)