nvm/teamcity-plugin.xml
2022-08-26 14:52:28 +02:00

10 lines
398 B
XML

<teamcity-agent-plugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:schemas-jetbrains-com:teamcity-agent-plugin-v1-xml">
<tool-deployment>
<layout>
<executable-files>
<include name="nvm.sh"/>
</executable-files>
</layout>
</tool-deployment>
</teamcity-agent-plugin>