Skip to content

Publish build artifacts as part of the build#118

Open
borismod wants to merge 9 commits intoQualiSystems:masterfrom
borismod:master
Open

Publish build artifacts as part of the build#118
borismod wants to merge 9 commits intoQualiSystems:masterfrom
borismod:master

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