Copy File before creating Artifact
hi,
I want to copy a file into a directory before i create the artifact.
eg.
I tried this in the ertifact path
CompilerOutput/*.zip => ReleaseFolder
ReleaseFolder => release.zip
This however creates 2 artifacts, but I want 1 just "realease.zip" that has all she ZIPs from compiler output in it. Is this possible?
Please sign in to leave a comment.
Hello Pro-Logic,
Please, try following pattern:
CompilerOutput/*.zip => release.zip!ReleaseFolder/