During a build, use stdout to inform team city of the Dnn installation zip file that was produced - this means it can automatically show up in the artifacts tab in the team city build (without having to do any config in Team City itself)
It's envisioned that most of the time you won't want to capture the zip file as an artifact - instead you will probably want to capture the NuGet deployment package. Therefore by default this functionality will be switched off, but could be turned on by passing in an MSBuild property:
/p:DnnPackagerPublishDnnInstallZipToTeamCity=true
During a build, use
stdoutto inform team city of the Dnn installation zip file that was produced - this means it can automatically show up in the artifacts tab in the team city build (without having to do any config in Team City itself)It's envisioned that most of the time you won't want to capture the zip file as an artifact - instead you will probably want to capture the NuGet deployment package. Therefore by default this functionality will be switched off, but could be turned on by passing in an MSBuild property: