Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Diğer script işlemlerinde kullanılmak üzere değişken yaratır.

Code Block
languagexml
titleSentaks
linenumberstrue
<SetVariable Name="$(ConditionType)">
    <Value Culture="" Target="None">YLPT</Value>
</SetVariable>

...

Bir değişken oluşturup Value fonksiyonu ile true değerini verebilirsiniz.

Code Block
languagexml
titleÖrnek
linenumberstrue
<SetVariable Name="$(ToUpdate)">
    <Value Culture="" Target="Bool">true</Value>
</SetVariable>

Daha önce tanımlamış bir değişkenin değerini yeni bir değişkene verebilirsiniz.

Code Block
languagexml
titleÖrnek
linenumberstrue
<SetVariable Name="$(Identity)">
    <Value Culture="" Target="None">$(Initiator)</Value>
</SetVariable>

...