Skip to content

Commit

Permalink
Merge pull request nunit#1704 from nunit/issue-1600
Browse files Browse the repository at this point in the history
Remove teamcity listener from nunit build
  • Loading branch information
rprouse authored Jul 28, 2016
2 parents 215e747 + 7a76339 commit 4faf13e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
7 changes: 0 additions & 7 deletions install/runners/addin-files.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,5 @@
Source="$(var.Binaries)\addins\nunit.core.interfaces.dll" />
</Component>
</ComponentGroup>

<ComponentGroup Id="TEAMCITY.EVENT.LISTENER" Directory="ADDINS">
<Component Id="TEAMCITY.EVENT.LISTENER" Location="local" Guid="">
<File Id="teamcity_event_listener.dll"
Source="$(var.Binaries)\addins\teamcity-event-listener.dll" />
</Component>
</ComponentGroup>
</Fragment>
</Include>
6 changes: 0 additions & 6 deletions install/runners/runner-features.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@
Description="Allows you to write test results out in the NUnit 2.x format">
<ComponentGroupRef Id="ADDINS.NUNIT.V2.WRITER" />
</Feature>
<Feature Id="TEAMCITY.EVENT.LISTENER"
Level="1"
Title="TeamCity Event Listener"
Description="Provides special progress messages when running under TeamCity">
<ComponentGroupRef Id="TEAMCITY.EVENT.LISTENER" />
</Feature>
</Feature>

<Feature Id="NUNIT.CONSOLE"
Expand Down

0 comments on commit 4faf13e

Please sign in to comment.