Zmiany pomiędzy wersją 1 and wersją 2 dla MobileDe

Pokaż
Ignoruj:
Data i czas:
2012-01-12 09:46:02 (13 years temu)
Autor:
grzesiek (IP: 10.0.1.104)
Komentarz:

--

Legend:

Bez zmian
Dodane
Usunięte
Zmienione
  • MobileDe

    v1 v2  
    33 * Zamieszczamy w panelu administracyjnym poprawne dane do integracji 
    44 * w projekcie mobile.de\mobile.rb dodajemy linijkę 
    5 {{{ partners << Partner.new(' '''CustomerID''' ', ' '''CustomerName''' ', ' '''Mobile_Login''' ', ' '''Mobile_Password''' ') }}} 
     5{{{  
     6partners << Partner.new('CustomerID', 'CustomerName', 'Mobile_Login', 'Mobile_Password')  
     7}}} 
    68 * przegrywamy plik mobile.rb do \\home\ibo\mobile.de\ 
    79 * w pliku adMoto.Integration\Config\TeamCity\production.build dodajemy kolejny task 
    810 {{{ 
    911 
    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 '> 
    1214      <Output TaskParameter="ExitCode" ItemName="ExitCodes"/> 
    1315    </Exec>