forked from cloudfoundry-attic/cf-msbuild-tasks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcf-msbuild-tasks.nuspec
24 lines (24 loc) · 1.27 KB
/
cf-msbuild-tasks.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>cf-msbuild-tasks</id>
<version>$version$</version>
<title>Cloud Foundry MSBuild Tasks</title>
<authors>Hewlett-Packard Development Company, L.P.</authors>
<owners>Hewlett-Packard Development Company, L.P.</owners>
<licenseUrl>https://github.com/hpcloud/cf-msbuild-tasks/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/hpcloud/cf-msbuild-tasks</projectUrl>
<iconUrl>https://region-b.geo-1.objects.hpcloudsvc.com/v1/54026737306152/ALS/v1.2/msbuild-cloudfoundry-logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Cloud Foundry MSBuild Tasks</description>
<summary>Cloud Foundry MSBuild Tasks</summary>
<releaseNotes>Built from git commit $commit$</releaseNotes>
<copyright>© Copyright 2015 Hewlett-Packard Development Company, L.P.</copyright>
<tags>cloud foundy cloudfoundry net .net dotnet msbuild tasks helion</tags>
</metadata>
<files>
<file src="lib\*.*" target="build" />
<file src="src\CloudFoundry.Build.Tasks\build\*.*" target="build" />
<file src="src\CloudFoundry.Build.Tasks\tools\*.*" target="tools" />
</files>
</package>