How to copy the file when the project is build from cake script ? #3832
Answered
by
nils-a
Vijaykumarj
asked this question in
Q&A
-
Hi,
Do we have any feature like "Build Actions in Visual Studio - i.e Copy the files to output directory" using Cake build? Ref Link: https://docs.microsoft.com/en-us/visualstudio/ide/build-actions?view=vs-2022 Any suggestions or recommendations on this. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
nils-a
Mar 3, 2022
Replies: 1 comment 13 replies
-
@Vijaykumarj, There are a lot of file operations available. Take a look at the "copy" section of the "file-operations" documentation |
Beta Was this translation helpful? Give feedback.
13 replies
Answer selected by
nils-a
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Vijaykumarj, There are a lot of file operations available. Take a look at the "copy" section of the "file-operations" documentation