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 1414
1515 </Target >
1616
17- <Target Name =" UpdateAssemblyInfo" BeforeTargets =" CoreCompile" Condition =" $(UpdateAssemblyInfo) == 'true'" >
17+ <Target Name =" UpdateAssemblyInfo" BeforeTargets =" BeforeCompile; CoreCompile" Condition =" $(UpdateAssemblyInfo) == 'true'" >
1818
1919 <UpdateAssemblyInfo SolutionDirectory =" $(GitVersionPath)"
2020 ConfigFilePath =" $(GitVersionConfig)"
4141
4242 </Target >
4343
44- <Target Name =" GenerateGitVersionInformation" BeforeTargets =" CoreCompile" Condition =" $(GenerateGitVersionInformation) == 'true'" >
44+ <Target Name =" GenerateGitVersionInformation" BeforeTargets =" BeforeCompile; CoreCompile" Condition =" $(GenerateGitVersionInformation) == 'true'" >
4545
4646 <GenerateGitVersionInformation SolutionDirectory =" $(GitVersionPath)"
4747 ConfigFilePath =" $(GitVersionConfig)"
You can’t perform that action at this time.
0 commit comments