Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Umbraco Push To Cloud
Umbraco Push To Cloud

Umbraco Push To Cloud

Dog Digital

|
10 installs
| (0) | Free
A task that deploys Azure Devops CI artifact to Umbraco Cloud environment. Allows for CI and CD integration with Azure DevOps hosted repositories.
Get it free

About

This task allows you to use Azure Devops Release Pipeline task to push artifacts to Umbraco Cloud Environment. Task will compare major dll's in Umbraco Cloud repository with those of your CI artifact to prevent overwriting with older versions:

#Verify Cloud auto-updated dll versions, ensure we do not deploy an older version

  • Invoke-Command -ScriptBlock $verifyDllVersions -ArgumentList $buildDir, $repoDir, "Umbraco.Core"
  • Invoke-Command -ScriptBlock $verifyDllVersions -ArgumentList $buildDir, $repoDir, "Umbraco.Forms.Core"
  • Invoke-Command -ScriptBlock $verifyDllVersions -ArgumentList $buildDir, $repoDir, "Umbraco.Deploy"
  • Invoke-Command -ScriptBlock $verifyDllVersions -ArgumentList $buildDir, $repoDir, "Umbraco.Deploy.Contrib.Connectors"
  • Invoke-Command -ScriptBlock $verifyDllVersions -ArgumentList $buildDir, $repoDir, "Umbraco.Cloud.Identity.Cms"

Getting Started

To get started simply create a release pipeline and install UmbracoCloudDeploy task from marketplace and fill required fields. For more info check https://docs.microsoft.com/en-us/azure/devops/marketplace/install-extension?view=azure-devops&tabs=browser and https://learn.microsoft.com/en-us/azure/devops/marketplace/install-extension?view=azure-devops&tabs=browser.

Updating Task

  1. Use node 10.21.0 (nvm install 10.21.0 and nvm use 10.21.0)
  2. Install "npm install -g tfx-cli"
  3. Bump version in Task.json
  4. Bump version in vss-extension.json
  5. Run "tfx extension create --manifest-globs vss-extension.json"

More info here: https://www.andrewhoefling.com/Blog/Post/dev-ops-vsts-custom-build-task-extension

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft