Skip to content

shahedc/YamlForAzureDevOps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YamlForAzureDevOps

YAML for Azure DevOps

Samples for deploying a web app to Azure App Service, via Azure DevOps Pipelines.

Basic

File: azure-pipelines.yml

This is a basic example which builds and deploys the app in the same job, without taking advantage of the built-in mechanisms of the MultiStage Azure Pipelines.

Multistage

File: azure-pipelines-multistage.yml

This example shows how to use the MultiStage Pipelines, using a Job for the Build and a Deployment Job for the Release.

This would be the preferred way to do CI/CD.

About

YAML for Azure DevOps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •