Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit ba3f6c5

Browse files
committed
Call UpdateVersion before build
1 parent 3430da6 commit ba3f6c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/build.proj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646

4747
<Target Name="BeforeBuildSolutions">
4848
<Message Text="*****Before building solution*****" Importance="high"/>
49+
<CallTarget Targets="UpdateVersion" />
4950
</Target>
5051

5152
<Target Name="BuildSolutions">

0 commit comments

Comments
 (0)