-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDisableSourceControlIntegration-TFS.nuspec
More file actions
17 lines (17 loc) · 1.06 KB
/
Copy pathDisableSourceControlIntegration-TFS.nuspec
File metadata and controls
17 lines (17 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>DisableSourceControlIntegration-TFS</id>
<version>1.0.1</version>
<authors>Abraham Heidebrecht</authors>
<projectUrl>https://github.com/abe545/DisableSourceControlIntegration-TFS</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Adds a NuGet.config file, and .tfignore file so that your packages won't be checked into source control. Even though that means this package will be added by default, at least it includes no binaries.</description>
<summary>Prevent NuGet packages from being added to TFS.</summary>
<releaseNotes>1.0.1 - Uploaded project to GitHub, and updated manifest to point to it.</releaseNotes>
<tags>TFS nuget VersionControl SourceControl Integration DisableSourceControlIntegration</tags>
</metadata>
<files>
<file src="tools\init.ps1" target="tools\init.ps1" />
</files>
</package>