[RSBuild] Incremental Update

Newbie Spellweaver
Joined
Oct 17, 2014
Messages
5
Reaction score
2
Hi, I would like to know how I can be performing an Incremental Update on my server, without having to do the complete RSBuild, I tried to follow this topic that teaches you how to do it, but I couldn't xD


(http://imgur.com/a/WgykZgy)
 
Elite Diviner
Joined
Nov 28, 2014
Messages
437
Reaction score
252
only you look for it:
Code:
<!--  set base archive for incremental update -->
 <base file="C:\inetpub\wwwroot\AlphaFiles\bins\wzBA08140A"/>
then you put the directory where your completed build is located.

<base file="C:\inetpub\wwwroot\AlphaFiles\bins\wzBA08140A"/>
 
Upvote 0
Newbie Spellweaver
Joined
Oct 17, 2014
Messages
5
Reaction score
2

it's a local server (I don't know it changes anything) I don't have any folder with the server's name in wwwroot, it was supposed to?

é um servidor local (não sei muda algo) eu não tenho nenhuma pasta com o nome do servidor no wwwroot, era pra ter?

print:
 
Upvote 0
Newbie Spellweaver
Joined
Oct 22, 2015
Messages
8
Reaction score
0
Wwwroot create a new directory and run rsbuild to get the bin files, Before running, you need to mask <!--<base file = "" />-->,then modify <base file = "" />, "wzba08140a" to your bin file name and run RSbuild
 
Upvote 0