Skip to content

Commit d9ea3a1

Browse files
committed
Minor fix to release script.
1 parent b1ad9ac commit d9ea3a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

release.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ then
4040
exit 1
4141
fi
4242

43+
python3 ./pre-build.py
44+
./build.sh
45+
4346
AVERSION=`grep AssemblyVersion AssemblyInfo.cs | perl -npe 's/^.*?\"//;s/\".*$//'`
4447

4548
if [ "$VERSION" != "$AVERSION" ]

0 commit comments

Comments
 (0)