-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathTeamCity.Integration.nuspec
22 lines (22 loc) · 1.06 KB
/
TeamCity.Integration.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"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
<metadata minClientVersion="2.14">
<id>TeamCity.Dotnet.Integration</id>
<version>1.0.0</version>
<title>JetBrains TeamCity dotnet integration package</title>
<description>Provides the TeamCity integration</description>
<authors>NikolayP</authors>
<owners>JetBrains</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/JetBrains/TeamCity.MSBuild.Logger/raw/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/JetBrains/TeamCity.MSBuild.Logger</projectUrl>
<iconUrl>https://github.com/JetBrains/TeamCity.MSBuild.Logger/raw/master/icon.png</iconUrl>
<developmentDependency>true</developmentDependency>
<copyright>JetBrains</copyright>
<tags>TeamCity integration</tags>
</metadata>
<files>
<file src="package\**\*.*" target="build\_common" />
<file src="LICENSE" target="LICENSE" />
</files>
</package>