Added missing NUnit TeamCityEventListener that is required for the TeamCity messages to appear in the test output
Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/e7408665 Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/e7408665 Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/e7408665 Branch: refs/heads/master Commit: e7408665672f6888cebbbaef07378b2a37cde836 Parents: b72b3da Author: Shad Storhaug <[email protected]> Authored: Mon Sep 11 17:38:27 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Mon Sep 11 17:38:27 2017 +0700 ---------------------------------------------------------------------- .../LICENSE.txt | 20 +++++++++++++++++++ ....Extension.TeamCityEventListener.1.0.2.nupkg | Bin 0 -> 8554 bytes .../tools/teamcity-event-listener.dll | Bin 0 -> 13312 bytes 3 files changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/e7408665/lib/NUnit/NUnit.Extension.TeamCityEventListener.1.0.2/LICENSE.txt ---------------------------------------------------------------------- diff --git a/lib/NUnit/NUnit.Extension.TeamCityEventListener.1.0.2/LICENSE.txt b/lib/NUnit/NUnit.Extension.TeamCityEventListener.1.0.2/LICENSE.txt new file mode 100644 index 0000000..1a8c7b8 --- /dev/null +++ b/lib/NUnit/NUnit.Extension.TeamCityEventListener.1.0.2/LICENSE.txt @@ -0,0 +1,20 @@ +Copyright (c) 2016 Charlie Poole + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + http://git-wip-us.apache.org/repos/asf/lucenenet/blob/e7408665/lib/NUnit/NUnit.Extension.TeamCityEventListener.1.0.2/NUnit.Extension.TeamCityEventListener.1.0.2.nupkg ---------------------------------------------------------------------- diff --git a/lib/NUnit/NUnit.Extension.TeamCityEventListener.1.0.2/NUnit.Extension.TeamCityEventListener.1.0.2.nupkg b/lib/NUnit/NUnit.Extension.TeamCityEventListener.1.0.2/NUnit.Extension.TeamCityEventListener.1.0.2.nupkg new file mode 100644 index 0000000..f91725d Binary files /dev/null and b/lib/NUnit/NUnit.Extension.TeamCityEventListener.1.0.2/NUnit.Extension.TeamCityEventListener.1.0.2.nupkg differ http://git-wip-us.apache.org/repos/asf/lucenenet/blob/e7408665/lib/NUnit/NUnit.Extension.TeamCityEventListener.1.0.2/tools/teamcity-event-listener.dll ---------------------------------------------------------------------- diff --git a/lib/NUnit/NUnit.Extension.TeamCityEventListener.1.0.2/tools/teamcity-event-listener.dll b/lib/NUnit/NUnit.Extension.TeamCityEventListener.1.0.2/tools/teamcity-event-listener.dll new file mode 100644 index 0000000..eeeb99a Binary files /dev/null and b/lib/NUnit/NUnit.Extension.TeamCityEventListener.1.0.2/tools/teamcity-event-listener.dll differ
