Skip to content

Commit

Permalink
Set up CI with Azure Pipelines
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
mehmetseckin committed Feb 22, 2020
1 parent b8c2d56 commit 3a49ea8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pipelines/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 1.2.0.$(build.buildId)

trigger:
- master

pool:
vmImage: 'windows-latest'

stages:
- stage: "build_stage"
jobs:
- job: "build_job"
steps:
- task: VSBuild@1
displayName: "Build"
inputs:
solution: 'Solutions\Solutions.cdsproj'
msbuildArgs: '/t:build /restore'

0 comments on commit 3a49ea8

Please sign in to comment.