Quantcast
Channel: dotNet Geek » Power-Shell
Viewing all articles
Browse latest Browse all 10

Deploying website files to multiple folders with exclusions using Powershell

$
0
0
When automating deployments it is sometimes needed to create copy of your website/folder in different locations with some excluded files e.g. configuration files or temp folders. The script below will help you to achieve that. It can be triggered automatically on your post-deployment action (possibly in your CI server) or executed manually. Script just copies [...]

Viewing all articles
Browse latest Browse all 10

Trending Articles