Skip to content

Instantly share code, notes, and snippets.

@mskutta
Created March 4, 2015 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mskutta/e327c83d10420efe793d to your computer and use it in GitHub Desktop.
Save mskutta/e327c83d10420efe793d to your computer and use it in GitHub Desktop.
Sample TDS Project Merge .nuspec file
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>OneNorth.TDSProjectMerge.Sample</id>
<version>0.0.1</version>
<title />
<authors>One North</authors>
<description>Sample TDS Project Merge .nuspec file</description>
<projectUrl>https://github.com/onenorth/tds-project-merge</projectUrl>
</metadata>
<files>
<file src="install.ps1" target="tools" />
<file src="OneNorth.TDSProjectMerge.dll" target="tools" />
<file src="..\Web\App_Config\**\*" target="content\App_Config\" />
<file src="..\TDS.Master\sitecore\**\*" target="TDS.Master\sitecore" />
<file src="..\TDS.Master\*.scproj" target="TDS.Master" />
<file src="..\TDS.Core\sitecore\**\*" target="TDS.Core\sitecore" />
<file src="..\TDS.Core\*.scproj" target="TDS.Core" />
</files>
</package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment