-
Notifications
You must be signed in to change notification settings - Fork 0
/
TestCentric.Cake.Recipe.nuspec
62 lines (59 loc) · 3.04 KB
/
TestCentric.Cake.Recipe.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>TestCentric.Cake.Recipe</id>
<version>0.0.0</version>
<title>TestCentric Cake Recipe</title>
<authors>Charlie Poole</authors>
<copyright>Copyright (c) YEAR RANGE Charlie Poole</copyright>
<license type="expression">MIT</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Cake Recipe used for building TestCentric applications and extensions</description>
<releaseNotes>LINK TO RELEASE NOTES</releaseNotes>
<projectUrl>http://test-centric.org</projectUrl>
<repository type="git" url="https://github.com/TestCentric/REPOSITORY"/>
<icon>testcentric.png</icon>
<readme>README.md</readme>
<tags>testcentric cake recipe</tags>
<language>en-US</language>
</metadata>
<files>
<file src="LICENSE.txt" />
<file src="README.md" />
<file src="testcentric.png" />
<file src="recipe/*.cake" target="content" />
<file src="recipe/agent-factory.cake" target="content" />
<file src="recipe/banner.cake" target="content" />
<file src="recipe/build-settings.cake" target="content" />
<file src="recipe/builder.cake" target="content" />
<file src="recipe/chocolatey-package.cake" target="content" />
<file src="recipe/command-line-options.cake" target="content" />
<file src="recipe/console-reporter.cake" target="content" />
<file src="recipe/constants.cake" target="content" />
<file src="recipe/dotnet-tool-package.cake" target="content" />
<file src="recipe/gui-runner.cake" target="content" />
<file src="recipe/headers.cake" target="content" />
<file src="recipe/help-messages.cake" target="content" />
<file src="recipe/known-extensions.cake" target="content" />
<file src="recipe/nuget-package.cake" target="content" />
<file src="recipe/package-checks.cake" target="content" />
<file src="recipe/package-content.cake" target="content" />
<file src="recipe/package-definition.cake" target="content" />
<file src="recipe/package-reference.cake" target="content" />
<file src="recipe/package-test.cake" target="content" />
<file src="recipe/publishing.cake" target="content" />
<file src="recipe/recipe-package.cake" target="content" />
<file src="recipe/recipe.cake" target="content" />
<file src="recipe/setup.cake" target="content" />
<file src="recipe/task-builders.cake" target="content" />
<file src="recipe/task-definitions.cake" target="content" />
<file src="recipe/test-reports.cake" target="content" />
<file src="recipe/test-results.cake" target="content" />
<file src="recipe/test-runners.cake" target="content" />
<file src="recipe/tools.cake" target="content" />
<file src="recipe/unit-testing.cake" target="content" />
<file src="recipe/versioning.cake" target="content" />
<file src="recipe/zip-package.cake" target="content" />
</files>
</package>