File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ) ,
You can’t perform that action at this time.
0 commit comments