This package adds an ASP.NET precompile step to the build just before (and only if) OctoPack is called. Next time when TeamCity or another build tool invokes OctoPack, precompilation will kick in and your deploy package will contain a precompiled website.
REQUIREMENT.
In the project folder must exist a $(projectname).nuspec. I use a custom implementation of TextTransform(TT) to always build a new nuspec that has the correct version number.
example:
<?xml version="1.0"?>
<package >
<metadata>
<id>Packer</id>
<version>1.0.6</version>...
More information
Fluent installation is a server installation framework for .net that lets you write installers fluently in C# and then invoke them directly through powershell cmdlets.
This NuGet package adds an 'OvermanGroup.OctoPack.props' file to your project so that you can easily configure MSBuild properties for OctoPack within your Visual Studio project.
Nautilus is a library and command line tool that helps to automate Octopus deploys during horizontal scaling operations by determining all of the releases to deploy by the machine's role and environment. It is also capable of downloading, installing, configuring, updating and registering the Octopus...
More information