-
Posted to
Web Deployment Tool (MS Deploy)
by
lawrencc
on
09-25-2009, 11:55 AM
I'm glad to see the official 1.0 release! MS Deploy has made a night-and-day difference in our build and deployment process (especially for our continuous integration server). I noticed, however, that when I installed the newest release the Powershell snapins were not installed. Did I leave something out during installation (I installed ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
lawrencc
on
04-17-2009, 1:05 PM
I'm attempting to write a provider that will allow me to remotely execute a batch or executable file on the destination machine.
-
Posted to
Web Deployment Tool (MS Deploy)
by
lawrencc
on
04-17-2009, 10:51 AM
I'm attempting to write a custom provider for MSDeploy. Unfortuantely it seems that the "add" method is never being called. What needs to occur for this method to run? I used the same structure as the example; however, I removed the GetStream flag and replaced most methods with file output statements that log to a ...