forked from isc30/TSLint.MSBuild
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TSLint.MSBuild.nuspec
23 lines (23 loc) · 924 Bytes
/
TSLint.MSBuild.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Updated.TSLint.MSBuild</id>
<title>Updated TSLint.MSBuild</title>
<version>2.1</version>
<authors>palantir, joshuakgoldberg, isc30</authors>
<owners>isc30</owners>
<licenseUrl>https://github.com/isc30/TSLint.MSBuild/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/isc30/TSLint.MSBuild</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
An Updated MSBuild target for linting TypeScript code using TSLint.
</description>
<tags>tslint, msbuild</tags>
</metadata>
<files>
<file src="LICENSE.md" target="tools" />
<file src="README.md" target="tools" />
<file src="src\tools\node-*.exe" target="tools" />
<file src="src\build\TSLint.MSBuild.targets" target="build" />
</files>
</package>