I am creating a nuget-package with /t:pack in my TFS-Build. I can\'t the use Nuget-Pack-Step, because I am using
/t:pack
netstan
With current version of MSBuild it is possible to specify PackageVersion parameter:
PackageVersion
msbuild ProjectName.csproj -t:Pack -p:PackageVersion=1.2.3