PSCI
PSCI copied to clipboard
[feature] Handle Web Deploy packages directly from DSC
Currently when we want to deploy MsDeploy package, we need to configure MsDeploy on remote host, and run a custom function with invocation of Deploy-WebPackage. Instead, we should be able to do it purely from DSC (which would download the package and replace tokens in configuration files).