Skip to content
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

Allow publishing artifacts #28

Open
borismod opened this issue Nov 22, 2015 · 0 comments
Open

Allow publishing artifacts #28

borismod opened this issue Nov 22, 2015 · 0 comments

Comments

@borismod
Copy link
Contributor

borismod commented Nov 22, 2015

FluentTc has a LocalTc class which interacts with TeamCity from within the same process. It can be used in a console application executed from TeamCity build step. It exposes the context of the current build, its properties and allows to interact back with TeamCity via TeamCity service messages.

It would be nice to allow also publishing artifacts from within the context of the current build execution.

new LocalTc().PublishArtifacts("some.zip")

Maybe some additional fluent API would be nice for supporting complex artifact publishing rules, like:

dir*.dll => Binaries.zip

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant