Forked from murarisumit/msdeploy_sync_skip_file.bat
Created
December 4, 2020 09:18
-
-
Save jrgcubano/a651930d5530b9cbe00b2418a10025ff 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