Artifact paths
How do I copy files from a folder to the same folder in the target archive?
Below is what I came up with based on the documentation.
file_name|directory_name|wildcard [ => target_directory|target_archive ]
%env.PROJECT%/EnvironmentSpecificAppSettings/* =>EnvironmentSpecificAppSettings | ..\..\..\..\..\..\..\Artifacts\CI\Website.%system.build.number%.%system.build.vcs.number.PROJECT_CI%.CI.zip
Please sign in to leave a comment.
Hi Bryan
Try this syntax:
%env.PROJECT%/EnvironmentSpecificAppSettings/* => Website.%system.build.number%.%system.build.vcs.number.PROJECT_CI%.CI.zip!/EnvironmentSpecificAppSettings/
Not sure, what do you want to achieve using "..\..\..\..\..\..\..\Artifacts\CI\" part?
Michael