Teamcity+Visual Studio+build website=>zip file. Upload Artifact to Sonatype Nexus?
Teamcity builds my websites and each website's artifact is a zip file. Is there any way to get this zip file into a Sonatype Nexus repository?
Thanks in advance for your time and help
Please sign in to leave a comment.
Aaron,
There is no direct integration in TeamCity with Nexus.
If you have a way to deploy the artifacts into Nexus from a command line, you can use the same approach inside a TeamCity build.
Thanks I created a small util to do that