Add TeamCity extension
This commit is contained in:
Родитель
edd174b1ff
Коммит
a600c61349
|
@ -5,6 +5,11 @@ VisualStudioVersion = 14.0.25420.1
|
|||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "nunit", "nunit\nunit.wixproj", "{809C00DC-3FD3-45BF-BC0E-E284F314D306}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FEC80CC8-E48A-41D2-ACBF-1C8C9FAD5E1F}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
build.cake = build.cake
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|x86 = Debug|x86
|
||||
|
|
|
@ -22,6 +22,13 @@
|
|||
</Component>
|
||||
</ComponentGroup>
|
||||
|
||||
<ComponentGroup Id="TEAMCITY.EVENT.LISTENER" Directory="ADDINS">
|
||||
<Component Id="TEAMCITY.EVENT.LISTENER" Location="local" Guid="F7A37F5B-2D83-4B82-83E9-5A4EC0CBEB2F">
|
||||
<File Id="teamcity_event_listener.dll"
|
||||
Source="$(var.InstallImage)\teamcity-event-listener.dll" />
|
||||
</Component>
|
||||
</ComponentGroup>
|
||||
|
||||
<ComponentGroup Id="NUNIT.V2.DRIVER" Directory="ADDINS">
|
||||
<Component Id="NUNIT.V2.DRIVER" Location="local" Guid="4A55D836-7719-40A2-BDFF-CE3980FE3B42">
|
||||
<File Id="nunit.v2.driver.dll"
|
||||
|
|
|
@ -37,6 +37,12 @@
|
|||
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 progress messages when running under TeamCity">
|
||||
<ComponentGroupRef Id="TEAMCITY.EVENT.LISTENER" />
|
||||
</Feature>
|
||||
</Feature>
|
||||
|
||||
<Feature Id="NUNIT.CONSOLE"
|
||||
|
|
Загрузка…
Ссылка в новой задаче