We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d1030 commit 4dbe663Copy full SHA for 4dbe663
teamcity.build
@@ -15,10 +15,10 @@
15
<target name="clean-configure-test" depends="cleanall init copy-nunitaddin copy-teamcity-configuration binaries test verify-test-results binaries-zip" />
16
17
<target name="copy-nunitaddin" depends="init">
18
- <if test="${property::exists('teamcity.dotnet.nunitaddin')}">
+ <if test="${property::exists('system.teamcity.dotnet.nunitaddin')}">
19
<copy todir="${tools.dir}/NUnit/addins">
20
<fileset>
21
- <include name="{teamcity.dotnet.nunitaddin}-2.6.1.*/**" />
+ <include name="{system.teamcity.dotnet.nunitaddin}-2.6.1.*/**" />
22
</fileset>
23
</copy>
24
</if>
0 commit comments