PSCI
PSCI copied to clipboard
Powershell Continuous Integration and Deployment Automation library (Configuration as Code, Powershell 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...
Currently in order to validate that deployment is successful, a new server role needs to be created, plus there isn't anything in PSCI that makes writing validations easier.
Currently new log replaces the old one - the old one should be renamed instead.
Investigate possibility of enabling ISE's Intellisense for Tokens (or alternatively extend PsISEProjectExplorer).