-
Notifications
You must be signed in to change notification settings - Fork 12
/
Cake.Sitecore.nuspec
22 lines (22 loc) · 1003 Bytes
/
Cake.Sitecore.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<package
xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Cake.Sitecore</id>
<version>0.0.0</version>
<title>Cake.Sitecore</title>
<authors>Alex Smagin</authors>
<owners>Alex Smagin</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/asmagin/Cake.Sitecore/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/asmagin/Cake.Sitecore</projectUrl>
<description>My package description.</description>
<summary>A set of Cake scripts and tools to compile and deploy Sitecore Helix projects.</summary>
<tags>cake-recipe, sitecore, cake, build, helix, powershell, docker, scs</tags>
<iconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics/png/recipe/cake-contrib-recipe-medium.png</iconUrl>
</metadata>
<files>
<file src="content\" target="content\" />
<file src="tools\" target="tools\" />
</files>
</package>