Split increase_version file to work with build folder

This commit is contained in:
Pax1601
2024-01-04 09:51:43 +01:00
parent 7adfe9cce4
commit 8865ded4bd
4 changed files with 68 additions and 10 deletions

View File

@@ -1,3 +1,6 @@
REM dll version file must be set before compilation and changes can be committed
call node .\scripts\node\set_version_dll.js
cd backend
msbuild olympus.sln /t:Build /p:Configuration=Release
cd ..
@@ -22,4 +25,7 @@ cd ..
cd manager
call npm run build-release
cd ..
cd ..
REM other version tags are changed after compilation only in the build folder and should not be committed
call node .\scripts\node\set_version_text.js