|
1 | 1 | // Load the recipe
|
2 |
| -#load nuget:?package=NUnit.Cake.Recipe&version=1.3.0 |
| 2 | +#load nuget:?package=NUnit.Cake.Recipe&version=1.3.1-alpha.1 |
3 | 3 | // Comment out above line and uncomment below for local tests of recipe changes
|
4 | 4 | //#load ../NUnit.Cake.Recipe/recipe/*.cake
|
5 | 5 |
|
@@ -121,10 +121,15 @@ BuildSettings.Packages.AddRange(new PackageDefinition[] {
|
121 | 121 | HasFiles("LICENSE.txt", "NOTICES.txt", "CHANGES.txt"),
|
122 | 122 | HasDirectory("bin/net462").WithFiles("nunit3-console.exe", "nunit3-console.exe.config",
|
123 | 123 | "nunit3-console.pdb").AndFiles(ENGINE_FILES).AndFiles(ENGINE_PDB_FILES),
|
124 |
| - HasDirectory("bin/net462/addins").WithFiles( |
125 |
| - "nunit.core.dll", "nunit.core.interfaces.dll", "nunit.engine.api.dll", |
126 |
| - "nunit.v2.driver.dll", "nunit-project-loader.dll", "nunit-v2-result-writer.dll", |
127 |
| - "teamcity-event-listener.dll", "vs-project-loader.dll"), |
| 124 | + HasDirectory("NUnit.Extension.NUnitProjectLoader.3.8.0"), |
| 125 | + HasDirectory("NUnit.Extension.NUnitV2Driver.3.9.0"), |
| 126 | + HasDirectory("NUnit.Extension.NUnitV2ResultWriter.3.8.0"), |
| 127 | + HasDirectory("NUnit.Extension.TeamCityEventListener.1.0.7"), |
| 128 | + HasDirectory("NUnit.Extension.VSProjectLoader.3.9.0"), |
| 129 | + //HasDirectory("bin/net462/addins").WithFiles( |
| 130 | + // "nunit.core.dll", "nunit.core.interfaces.dll", "nunit.engine.api.dll", |
| 131 | + // "nunit.v2.driver.dll", "nunit-project-loader.dll", "nunit-v2-result-writer.dll", |
| 132 | + // "teamcity-event-listener.dll", "vs-project-loader.dll"), |
128 | 133 | HasDirectory("bin/netcoreapp3.1").WithFiles(ENGINE_CORE_FILES).AndFiles(ENGINE_CORE_PDB_FILES),
|
129 | 134 | HasDirectory("bin/agents/net462").WithFiles(AGENT_FILES).AndFiles(AGENT_PDB_FILES),
|
130 | 135 | HasDirectory("bin/agents/net6.0").WithFiles(AGENT_FILES_NETCORE).AndFiles(AGENT_PDB_FILES_NETCORE),
|
|
0 commit comments