Octopus deployment from Teamcity not using the latest packages

后端 未结 6 1626
南笙
南笙 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:30

    In TeamCity I use a Octo Push Packages step and in the Additional Parameters field I specify the --defaultpackgeversion {VERSION} parameter.

    This will force Octo to use a specific version of packages instead of just choosing the 'Latest Version'.

提交回复
热议问题