Skip to content

Commit 1670c74

Browse files
authored
Merge pull request #1638 from nunit/issue-1634
Use TeamCity listener 1.0.9
2 parents 8fed4f1 + 33c3454 commit 1670c74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.cake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Load the recipe
2-
#load nuget:?package=NUnit.Cake.Recipe&version=1.4.0-alpha.5
2+
#load nuget:?package=NUnit.Cake.Recipe&version=1.4.0-alpha.6
33
// Comment out above line and uncomment below for local tests of recipe changes
44
//#load ../NUnit.Cake.Recipe/recipe/*.cake
55

@@ -117,7 +117,7 @@ BuildSettings.Packages.AddRange(new PackageDefinition[] {
117117
HasDirectory("NUnit.Extension.NUnitProjectLoader.3.8.0"),
118118
HasDirectory("NUnit.Extension.NUnitV2Driver.3.9.0"),
119119
HasDirectory("NUnit.Extension.NUnitV2ResultWriter.3.8.0"),
120-
HasDirectory("NUnit.Extension.TeamCityEventListener.1.0.7"),
120+
HasDirectory("NUnit.Extension.TeamCityEventListener.1.0.9"),
121121
HasDirectory("NUnit.Extension.VSProjectLoader.3.9.0"),
122122
HasDirectory("bin/agents/net462").WithFiles(AGENT_FILES).AndFiles(AGENT_PDB_FILES),
123123
HasDirectory("bin/agents/net6.0").WithFiles(AGENT_FILES_NETCORE).AndFiles(AGENT_PDB_FILES_NETCORE),

0 commit comments

Comments
 (0)