File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
15
15
</Target >
16
16
17
- <Target Name =" UpdateAssemblyInfo" BeforeTargets =" CoreCompile" Condition =" $(UpdateAssemblyInfo) == 'true'" >
17
+ <Target Name =" UpdateAssemblyInfo" BeforeTargets =" BeforeCompile; CoreCompile" Condition =" $(UpdateAssemblyInfo) == 'true'" >
18
18
19
19
<UpdateAssemblyInfo SolutionDirectory =" $(GitVersionPath)"
20
20
ConfigFilePath =" $(GitVersionConfig)"
41
41
42
42
</Target >
43
43
44
- <Target Name =" GenerateGitVersionInformation" BeforeTargets =" CoreCompile" Condition =" $(GenerateGitVersionInformation) == 'true'" >
44
+ <Target Name =" GenerateGitVersionInformation" BeforeTargets =" BeforeCompile; CoreCompile" Condition =" $(GenerateGitVersionInformation) == 'true'" >
45
45
46
46
<GenerateGitVersionInformation SolutionDirectory =" $(GitVersionPath)"
47
47
ConfigFilePath =" $(GitVersionConfig)"
You can’t perform that action at this time.
0 commit comments