MiddlemanExtension 3.0.7
dotnet add package MiddlemanExtension --version 3.0.7
NuGet\Install-Package MiddlemanExtension -Version 3.0.7
<PackageReference Include="MiddlemanExtension" Version="3.0.7" />
paket add MiddlemanExtension --version 3.0.7
#r "nuget: MiddlemanExtension, 3.0.7"
// Install MiddlemanExtension as a Cake Addin #addin nuget:?package=MiddlemanExtension&version=3.0.7 // Install MiddlemanExtension as a Cake Tool #tool nuget:?package=MiddlemanExtension&version=3.0.7
Middleman Site Extension
The Middleman Site Extension adds support for Middleman to Azure Web App.
Install
- Create an Azure Web App
- Set an App Setting for
SCM_COMMAND_IDLE_TIMEOUT
to600
- Install the Middleman Site Extension
Note: This site extension downloads
ruby
anddevkit
so the installation takes longer than the portal timeout, so you may see an error in the portal, however the installation should complete. Be Patient.
That's it! Just hook up your GitHub Account or Push a local Git Repo with your Middleman site.
You can optionally set an Application-Setting in your Azure Web App to run a script before and / or after running the Middleman Build-Task:
- PRE_DEPLOYMENT_ACTION - Command is called before Middleman Build-Task
- POST_DEPLOYMENT_ACTION - Command is called after Middleman Build-Task
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.