Skip to content

Commit

Permalink
Add Pipeline help for three flags
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Jan 28, 2023
1 parent aa298c7 commit 2773baf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<div>
Automatically fingerprint all artifacts that are copied as part of this build step.
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<div>
Ignore the directory structure of the artifacts in the source project and copy all matching artifacts directly into the specified target directory.
By default the artifacts are copied in the same directory structure as the source project.
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<div>
Allow this build to continue even if no build is found that matches the "Which build" condition.
By default this build step fails the build if no artifacts are copied.
</div>

0 comments on commit 2773baf

Please sign in to comment.