Skip to content

Commit

Permalink
fixed build ID appended with other property issue
Browse files Browse the repository at this point in the history
  • Loading branch information
parasoft-sang committed Aug 4, 2017
1 parent 60ee1f9 commit 468560f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soatest.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ echo ===================================================================

pushd soatest
call copy /Y templatesettings.properties localsettings.properties
echo. >> localsettings.properties
echo build.id=%BUILD_ID% >> localsettings.properties
echo general.project=%DTP_PROJECT% >> localsettings.properties
echo session.tag=%DTP_PROJECT%-${config_name} >> localsettings.properties
Expand Down

0 comments on commit 468560f

Please sign in to comment.