Skip to content

Allow publishing artifacts #28

@borismod

Description

@borismod

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions