From c493944fd79d5c7ad7e5e4541681baba44ba835d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yunior=20Pupo=20Pe=C3=B1a?= Date: Thu, 27 Oct 2016 00:34:33 -0400 Subject: [PATCH] Add support of property OctoPackProjectName See http://docs.octopusdeploy.com/display/OD/Using+OctoPack Without this, the nuspec and nupkg files always take MSBuildProjectName. The value of the property OctoPackProjectName defaults to MSBuildProjectName, thus, if no value for this property is specified in the csproj, the output files remains as before --- Source/OctoPack.Precompile.targets | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Source/OctoPack.Precompile.targets b/Source/OctoPack.Precompile.targets index 2c14e1a..7b9b2bb 100644 --- a/Source/OctoPack.Precompile.targets +++ b/Source/OctoPack.Precompile.targets @@ -3,19 +3,19 @@ $(IntermediateOutputPath)PrecompiledIntermediate\ $(IntermediateOutputPath)Precompiled\ - $(IntermediateOutputPath)$(MSBuildProjectName).nuspec + $(IntermediateOutputPath)$(OctoPackProjectName).nuspec - + $(OctoPackPrecompileNuSpecFileName) - $(MSBuildProjectName) - $(MSBuildProjectName) - $(MSBuildProjectName) + $(OctoPackProjectName) + $(OctoPackProjectName) + $(OctoPackProjectName) 1.0.0