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.
Revisions
-
murarisumit created this gist
Sep 16, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ ::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$"