deployment - Nuspec file renaming is not working with octopack -
i auto publishing using octopus , teamcity. have project multiple configurations , need have different package id's same solution. have 1 nuspec file in project. in teamcity project configuration passing /p:octopusnuspecfilename=team.ius.nuspec msbuild. still not changing name of package 1 passing in build parameter. want team package renamed team.ius. artefact creates still creating team.1.0.0.19.nupkg. idea doing wrong. please guide
1 nuspec = 1 project. if want mulitple packages project should create nuspec each 1 , use post build event name , place different packages in different lib folders.
Comments
Post a Comment