IT:AD:Nuget
- See also:
Summary
The pros…
The cons: * http://www.heartysoft.com/the-other-side-of-nuget
Packaging
<?xml version="1.0" encoding="utf-8"?> <package> <metadata> <id>XActLib.MODI</id> <version>0.1</version> <authors>Sky Sigal</authors> <owners>Sky Sigal</owners> <title>An unofficial packaging of XXX.</title> <description><![CDATA[An unofficial packaging of XXX.]]></description> <tags>WIF</tags> <language>en-US</language> <projectUrl>http://msdn.microsoft.com/en-us/security/aa570351</projectUrl> <!-- <dependencies> <dependency id="Ninject"/> </dependencies> --> </metadata> <files> <file src="Src\bin\release\*.*" target="lib\net35-Client" /> <file src="Src\Licenses\*.*" target="content\NuGet\Licenses" /> <file src="Src\ReadMes\*.*" target="content\NuGet\Readmes" /> </files> </package>
PreProccessing
- File has to be suffixed with
.pp' (eg:
MyDemo.cs.pp) * ## WebActivator ## * Add a dependency to WebActivator * ## Installation ## * Install NuGetPowerTools * Install-Package NuGetPowerTools * Enable-PackageRestore * Commit the Package folder WITH the BINS ! ## Settings that worked ## * DevEnv.exe.config: *
<system.net><settings><ipv6 enabled=“true” /></settings></system.net>` - IE9 Connection Settings:
- Use Proxy: CORPwgpx1:80
- ByPass Local
- Automatically detect settings
## HOsting ##
Resources
* Publishing Symbols http://bit.ly/vsHepc