-
Notifications
You must be signed in to change notification settings - Fork 662
Description
Hi guys,
Could you help look at this problem of "Object reference not set to an instance of an object"
Many thanks
Hotants
2015-03-27 07:40:34 Working directory: C:\bp457
2015-03-27 07:40:35 No specific commit specified or found, falling back to latest commit on specified branch
2015-03-27 07:40:35 Attempting to inherit branch configuration from parent branch
2015-03-27 07:40:35 HEAD is merge commit, this is likely a pull request using feature-ACSCLOUD-103-AlertDetection as base
2015-03-27 07:42:15 Found possible parent branches: origin/Feature/XXXX-103-AlertDetection, origin/feature-XXXX-103-AlertDetection
2015-03-27 07:42:15 Failed to inherit Increment branch configuration, ended up with: origin/Feature/XXXX-103-AlertDetection, origin/feature-XXXX-103-AlertDetection
Falling back to develop branch config
2015-03-27 07:42:15 An unexpected error occurred:
System.NullReferenceException: Object reference not set to an instance of an object.
at GitVersion.BranchConfigurationCalculator.<>c__DisplayClass3.b__0(KeyValuePair2 b) in c:\develop\OpenSource\GitVersion-anobleperson\GitVersionCore\BranchConfigurationCalculator.cs:line 13 at System.Linq.Enumerable.WhereEnumerableIterator1.MoveNext()
at System.Linq.Buffer1..ctor(IEnumerable1 source)
at System.Linq.Enumerable.ToArray[TSource](IEnumerable1 source) at GitVersion.BranchConfigurationCalculator.GetBranchConfiguration(Commit currentCommit, IRepository repository, Boolean onlyEvaluateTrackedBranches, Config config, Branch currentBranch) in c:\develop\OpenSource\GitVersion-anobleperson\GitVersionCore\BranchConfigurationCalculator.cs:line 13 at GitVersion.BranchConfigurationCalculator.InheritBranchConfiguration(Boolean onlyEvaluateTrackedBranches, IRepository repository, Commit currentCommit, Branch currentBranch, KeyValuePair2 keyValuePair, BranchConfig branchConfiguration, Config config) in c:\develop\OpenSource\GitVersion-anobleperson\GitVersionCore\BranchConfigurationCalculator.cs:line 114
at GitVersion.BranchConfigurationCalculator.GetBranchConfiguration(Commit currentCommit, IRepository repository, Boolean onlyEvaluateTrackedBranches, Config config, Branch currentBranch) in c:\develop\OpenSource\GitVersion-anobleperson\GitVersionCore\BranchConfigurationCalculator.cs:line 26
at GitVersion.GitVersionContext.CalculateEffectiveConfiguration() in c:\develop\OpenSource\GitVersion-anobleperson\GitVersionCore\GitVersionContext.cs:line 79
at GitVersion.GitVersionContext..ctor(IRepository repository, Branch currentBranch, Config configuration, Boolean onlyEvaluateTrackedBranches, String commitId) in c:\develop\OpenSource\GitVersion-anobleperson\GitVersionCore\GitVersionContext.cs:line 55
at GitVersion.GitVersionContext..ctor(IRepository repository, Config configuration, Boolean isForTrackingBranchOnly, String commitId) in c:\develop\OpenSource\GitVersion-anobleperson\GitVersionCore\GitVersionContext.cs:line 14
at GitVersion.Program.Run()