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

Publish build artifacts as part of the build #118

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

borismod
Copy link
Contributor

Issue details

#28

Relates to issue

Connect #28

Checklist

  • All unit tests passed on build server
  • Acceptance test(s) covers new/modified functionality
  • Code coverage is at least the same or higher
  • Breaking change in public API

Example of using new/modified functionality

// To publish a single file
new LocalTc().PublishArtifacts("some.zip")

// To publish a directory
new LocalTc().PublishArtifacts("dir")

// To publish files into a target directory
new LocalTc().PublishArtifacts("file.*", "target_dir")

// To publish files into a target archive
new LocalTc().PublishArtifacts("file.*", "target_archive.zip")

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

Successfully merging this pull request may close these issues.

1 participant