You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR 37: Merge fixBuildNumber to master +semver:minor
- Updated to use full build number +semver:patch
- Merge branch 'master'
- Fixed build number and added more trace to detect user erros
- Updated to add new blanking field
@@ -37,7 +36,7 @@ public void Execute(WorkItem source, WorkItem target)
37
36
}
38
37
39
38
target.Tags=string.Join(";",newTags.ToArray());
40
-
Trace.WriteLine(string.Format(" [UPDATE] field tagged {0}:{1} to {2}:Tag with foramt of {3}",source.Id,sourceField,target.Id,config.formatExpression));
39
+
Trace.WriteLine(string.Format(" [UPDATE] field tagged {0}:{1} to {2}:Tag with foramt of {3}",source.Id,this.config.sourceField,target.Id,config.formatExpression));
0 commit comments