Skip to content

Commit

Permalink
Test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel Sampson committed Nov 7, 2018
1 parent 382bbd2 commit df4d77c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions azure-pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
name: Continuous Integration
trigger:
- dev/4.0.0

Expand All @@ -10,14 +9,16 @@ variables:
solution: './src/Caliburn.Micro.sln'

steps:
- task: NugetRestore@2
- task: VSBuild@1
displayName: Nuget Restore
inputs:
command: restore
solution: '$(solution)'
configuration: '$(buildConfiguration)'
msbuildArgs: '/t:Restore'

- task: VSBuild@1
displayName: Build Solution
inputs:
solution: '$(solution)'
configuration: '$(buildConfiguration)'
configuration: '$(buildConfiguration)'
msbuildArgs: '/t:Build'

0 comments on commit df4d77c

Please sign in to comment.