Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #30 from pascalberger/feature/azuredevops
Browse files Browse the repository at this point in the history
Add Azure Pipelines build definition
  • Loading branch information
pascalberger committed Dec 15, 2018
2 parents 15e77e3 + 256e89d commit 534b733
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
trigger:
- develop
- master
- release/*
- hotfix/*

pr:
- develop

jobs:
- job: Windows
pool:
vmImage: 'vs2017-win2016'
steps:
- powershell: ./build.ps1
displayName: 'Cake Build'

0 comments on commit 534b733

Please sign in to comment.