Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
Resolve submodules before building.
  • Loading branch information
riperiperi committed Nov 12, 2019
1 parent d9d3981 commit 60409bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ pool:
vmImage: 'windows-latest'

variables:
solution: '**/*.sln'
solution: '**/Simitone.sln'
buildPlatform: 'Any CPU'
buildConfiguration: 'Release'

steps:
- checkout: self
submodules: recursive
persistCredentials: true
- task: NuGetToolInstaller@1

- task: NuGetCommand@2
Expand Down

0 comments on commit 60409bf

Please sign in to comment.