diff --git a/build/pack.cake b/build/pack.cake index 6c97568151..9e78c58602 100644 --- a/build/pack.cake +++ b/build/pack.cake @@ -138,10 +138,11 @@ Task("Pack-Nuget") }; // GitVersionTask, & global tool - DotNetCorePack("./src/GitVersionTask", settings); - settings.ArgumentCustomization = arg => arg.Append("/p:PackAsTool=true"); DotNetCorePack("./src/GitVersionExe/GitVersionExe.csproj", settings); + + settings.ArgumentCustomization = null; + DotNetCorePack("./src/GitVersionTask", settings); }); Task("Pack-Chocolatey") diff --git a/nuspec/GitVersion.CommandLine.nuspec b/nuspec/GitVersion.CommandLine.nuspec index c71fe108ae..917c4ad37a 100644 --- a/nuspec/GitVersion.CommandLine.nuspec +++ b/nuspec/GitVersion.CommandLine.nuspec @@ -7,11 +7,11 @@ GitTools and Contributors GitTools and Contributors MIT + Copyright GitTools 2020. https://github.com/GitTools/GitVersion https://raw.githubusercontent.com/GitTools/graphics/master/GitVersion/icon_100x100.png false Derives SemVer information from a repository following GitFlow or GitHubFlow. - en-AU Git Versioning GitVersion GitFlowVersion GitFlow GitHubFlow SemVer true https://github.com/GitTools/GitVersion/releases diff --git a/nuspec/GitVersion.Portable.nuspec b/nuspec/GitVersion.Portable.nuspec index 3f64f6388a..10acf1ec12 100644 --- a/nuspec/GitVersion.Portable.nuspec +++ b/nuspec/GitVersion.Portable.nuspec @@ -6,12 +6,12 @@ GitVersion GitTools and Contributors GitTools and Contributors + Copyright GitTools 2020. http://www.opensource.org/licenses/mit-license.php https://github.com/GitTools/GitVersion https://raw.githubusercontent.com/GitTools/graphics/master/GitVersion/icon_100x100.png false Derives SemVer information from a repository following GitFlow or GitHubFlow. - en-AU Git Versioning GitVersion GitFlowVersion GitFlow GitHubFlow SemVer https://github.com/GitTools/GitVersion/releases diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 5b8ccf3fa0..d9bb5b8c5d 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -6,7 +6,7 @@ https://github.com/GitTools/GitVersion false Git;Versioning;GitVersion;GitFlowVersion;GitFlow;GitHubFlow;SemVer - Copyright GitTools 2019. + Copyright GitTools 2020. MIT package_icon.png https://github.com/GitTools/GitVersion/releases diff --git a/src/GitVersionExe/GitVersionExe.csproj b/src/GitVersionExe/GitVersionExe.csproj index 033f974f39..026de8e18c 100644 --- a/src/GitVersionExe/GitVersionExe.csproj +++ b/src/GitVersionExe/GitVersionExe.csproj @@ -26,6 +26,7 @@ + diff --git a/src/GitVersionTask/GitVersionTask.csproj b/src/GitVersionTask/GitVersionTask.csproj index c93771d248..0f61ecef6e 100644 --- a/src/GitVersionTask/GitVersionTask.csproj +++ b/src/GitVersionTask/GitVersionTask.csproj @@ -13,15 +13,8 @@ 8.0 - - - - - - - - + diff --git a/src/GitVersionTask/nuget-files.props b/src/GitVersionTask/nuget-files.props index 7735ef5140..6124ec6285 100644 --- a/src/GitVersionTask/nuget-files.props +++ b/src/GitVersionTask/nuget-files.props @@ -1,8 +1,11 @@ - bin/$(Configuration)/net472 - bin/$(Configuration)/netcoreapp2.1/publish + ../GitVersionExe + $(RootPublish)/bin/$(Configuration)/net472 + $(RootPublish)/bin/$(Configuration)/netcoreapp2.1/publish + bin/$(Configuration)/net472 + bin/$(Configuration)/netcoreapp2.1/publish tools/net472 tools/netstandard2.0 @@ -10,23 +13,26 @@ - - - - + + + + - - - - + + + + + - - - + + + + + + + + + - - - -