Skip to content

Commit

Permalink
Add CI pipelines
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
leejeonghun committed Jan 18, 2021
1 parent 926753c commit b28b07c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
trigger:
- main

pool:
vmImage: 'windows-latest'

variables:
solution: '**/*.sln'
buildPlatform: 'x86'
buildConfiguration: 'Release'

steps:
- task: VSBuild@1
inputs:
solution: '$(solution)'
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'

0 comments on commit b28b07c

Please sign in to comment.