Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 5ff84d6

Browse files
authored
Update validation.cake
1 parent 6270e8b commit 5ff84d6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.ci/validation.cake

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ var ROOT_OUTPUT_DIR = ROOT_DIR.Combine ("output");
1212
var PACKAGE_NAMESPACES = Argument ("n", Argument ("namespaces", ""))
1313
.Split (new [] { ",", ";" }, StringSplitOptions.RemoveEmptyEntries)
1414
.ToList ();
15-
PACKAGE_NAMESPACES.AddRange (new [] {
16-
"Xamarin",
17-
"Mono",
18-
});
1915

2016

2117
// SECTION: Main Script

0 commit comments

Comments
 (0)