© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
C
C#
•
3y ago
•
56 replies
Thinker
✅ Copy files generated by command to build output
During a build
, I want to run a command to build a Vue project which outputs its files to a folder
, then copy the files from that folder to a
wwwroot
wwwroot
folder in the project
's build output
. How would I do this
? I know I can use
Exec
Exec
to run the command which works fine
, but I don
't know how I would copy the files properly while preserving the subfolder structure
.
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Next page
Similar Threads
Copy build output after build
C
C# / help
3mo ago
Copy PackageReferences to output directory
C
C# / help
4mo ago
What is meant by copy on build.
C
C# / help
4y ago
Copy file to build directory
C
C# / help
16mo ago