Zmiany pomiędzy wersją 1 and wersją 2 dla MobileDe
- Data i czas:
- 2012-01-12 09:46:02 (13 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
MobileDe
v1 v2 3 3 * Zamieszczamy w panelu administracyjnym poprawne dane do integracji 4 4 * w projekcie mobile.de\mobile.rb dodajemy linijkę 5 {{{ partners << Partner.new(' '''CustomerID''' ', ' '''CustomerName''' ', ' '''Mobile_Login''' ', ' '''Mobile_Password''' ') }}} 5 {{{ 6 partners << Partner.new('CustomerID', 'CustomerName', 'Mobile_Login', 'Mobile_Password') 7 }}} 6 8 * przegrywamy plik mobile.rb do \\home\ibo\mobile.de\ 7 9 * w pliku adMoto.Integration\Config\TeamCity\production.build dodajemy kolejny task 8 10 {{{ 9 11 10 <Target Name=" '''TaskName'''" DependsOnTargets="Build">11 <Exec ContinueOnError='false' Command='$(ProjectDir)bin\Release\adMoto.Integration '''CustomerID''''>12 <Target Name="TaskName" DependsOnTargets="Build"> 13 <Exec ContinueOnError='false' Command='$(ProjectDir)bin\Release\adMoto.Integration CustomerID '> 12 14 <Output TaskParameter="ExitCode" ItemName="ExitCodes"/> 13 15 </Exec>