Octopus deployment from Teamcity not using the latest packages

后端 未结 6 1695
南笙
南笙 2021-02-04 02:02

I have set up a build step on TeamCity,as described here, to do automatic release deployments to our test server. But it is not using the latest nuget packages that was build in

6条回答
  •  甜味超标
    2021-02-04 02:07

    It looks like --force is just to force packages to the be re-installed if they have already been installed. Are you using the --packageversion parameter?

提交回复
热议问题