mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Split increase_version file to work with build folder
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user