mirror of
https://github.com/riperiperi/Simitone.git
synced 2025-01-22 09:11:52 -05:00
Update azure-pipelines.yml for Azure Pipelines
Resolve submodules before building.
This commit is contained in:
parent
d9d3981324
commit
60409bfd40
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue