https://github.com/hallatore/teamdeploy
  
  
    Simple msdeploy wrapper 
    https://github.com/hallatore/teamdeploy
  
        Last synced: 7 months ago 
        JSON representation
    
Simple msdeploy wrapper
- Host: GitHub
- URL: https://github.com/hallatore/teamdeploy
- Owner: hallatore
- Created: 2011-05-12T10:17:08.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-10-03T12:40:15.000Z (about 14 years ago)
- Last Synced: 2025-02-09T13:42:23.133Z (9 months ago)
- Language: C#
- Homepage:
- Size: 85 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README
 
Awesome Lists containing this project
README
          A simple wrapper around msdeploy for easier deployment
Also avoids showing usernames and passwords in the build log.
Example usage:
Deploy
TeamDeploy -source "E:\Deploy\MyWebApp\_PublishedWebsites\MyWebApp.csproj" -dest "E:\myWebApp" -destMachine "myserver" -ignore ".*\.config"
Backup
TeamDeploy -source "E:\myWebApp" -sourceMachine "myserver" -dest "E:\Backup\Date(yyyyMMdd-HHmm) - myWebApp.zip" -destMachine "myserver"
Arguments
-source 	
-sourceMachine 
-dest 
-destMachine 	
-ingore  		Ignore files that should not be included in the sync (same structure as msdeploy -ignore)