Search found 2 matches

by caustrom
Mon Jan 11, 2016 9:42 am
Forum: ExamDiff Pro
Topic: Unable to exclude files with command line
Replies: 3
Views: 9522

Re: Unable to exclude files with command line

Sorry, that was a copy / paste issue ... actual values are:

Code: Select all

$ExamDiffFileExclusion = "*.xml,*.pdb,*.bak"
$ExamDiffFileInclusion = "**.*"
by caustrom
Sat Jan 09, 2016 6:05 am
Forum: ExamDiff Pro
Topic: Unable to exclude files with command line
Replies: 3
Views: 9522

Unable to exclude files with command line

I'm trying to automate a deployment process by incorporating the copy of all "new" & "modified" files to a staging server ... I want to be able to exclude all files with the following extensions: xml, pdb & bak ... I'm executing the following statements within a powershel...