Created
September 16, 2015 06:25
-
-
Save murarisumit/76b5eef96c85d645073a to your computer and use it in GitHub Desktop.
Msdeploy ignore some file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
::Skip file with name .pdb, someFile.xml and .config$ | |
msdeploy.exe -verb:sync -source:contentPath=SourcePath -dest:DestPath -skip:objectName=filepath,absolutepath="^*\.pdb$" -skip:objectName=filepath,absolutepath="^*\someFile.xml$" -skip:objectName=filepath,absolutepath="^*\someotherfile.aspx$" -skip:objectName=filepath,absolutepath=".config$" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment