Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit aa8d1e7

Browse filesBrowse files
committed
Remove unused tools from Cake script
+semver:patch
1 parent fc503bb commit aa8d1e7
Copy full SHA for aa8d1e7

File tree

Expand file treeCollapse file tree

1 file changed

+0
-14
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-14
lines changed

‎build.cake

Copy file name to clipboardExpand all lines: build.cake
-14Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#addin "Cake.FileHelpers"
2-
#tool "nuget:?package=NUnit.ConsoleRunner&version=3.8.0"
3-
#tool "nuget:?package=Machine.Specifications.Runner.Console&version=0.9.3"
42
#tool "nuget:?package=GitReleaseManager&version=0.11.0"
53
#tool "nuget:?package=GitVersion.CommandLine&version=5.3.7"
64

@@ -83,18 +81,6 @@ Task("Test")
8381
var specProjects = GetFiles("./src/**/*.Specs.csproj");
8482
var testProjects = unitProjects.Union(specProjects).ToArray();
8583

86-
// foreach (var framework in frameworks)
87-
// {
88-
// var testAssemblies = $"./src/**/bin/{parameters.Configuration}/{framework}/*.Testing.dll";
89-
// NUnit3(testAssemblies, new NUnit3Settings {
90-
// NoResults = true
91-
// });
92-
93-
// testAssemblies = $"./src/**/bin/{parameters.Configuration}/{framework}/*.Specs.dll";
94-
// MSpec(testAssemblies, new MSpecSettings {
95-
// Silent = true
96-
// });
97-
// }
9884
foreach(var project in testProjects)
9985
{
10086
DotNetCoreTest(project.ToString(), new DotNetCoreTestSettings

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.