Skip to content

Commit

Permalink
Merge pull request #11 from cloudback/azure-pipelines
Browse files Browse the repository at this point in the history
Set up CI with Azure Pipelines
  • Loading branch information
arxange1 authored Mar 23, 2024
2 parents d97ec8b + a4f5489 commit 30bed23
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml

trigger:
branches:
include:
- master
name: $(Date:yyyy).$(Date:MM).$(Date:dd).$(BuildID)-$(Build.SourceBranchName)
resources:
repositories:
- repository: self
type: git
ref: master
jobs:
- job: Job_1
displayName: Agent job 1
pool:
name: default
steps:
- script: echo Docs!
displayName: 'Docs'

0 comments on commit 30bed23

Please sign in to comment.