-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: Integrate with TeamCity to get artifacts #19
Comments
How is this a dropkick issue? |
I'm noting some feedback for thoughts. |
I can see this as a viable scenario if someone needs to download some code when deploying. |
how is this a dropkick issue? seems like a team city issue. and team city has this feature. |
Now you understand. Being able to get to the url is the part I am talking about. I want to tag some build and I want to tell DK to go TeamCity.Project("projectName").DownloadFromLatestTag("DEV").ArtifactPattern("project.zip"); And it works with the TeamCity API to figure out what that url is so that it can download it. |
k |
I want to maybe have a label on teamcity where I can download a zip file based on that label.
The text was updated successfully, but these errors were encountered: