mirror of
https://github.com/riperiperi/Simitone.git
synced 2025-01-22 17:22:36 -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'
|
vmImage: 'windows-latest'
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
solution: '**/*.sln'
|
solution: '**/Simitone.sln'
|
||||||
buildPlatform: 'Any CPU'
|
buildPlatform: 'Any CPU'
|
||||||
buildConfiguration: 'Release'
|
buildConfiguration: 'Release'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- checkout: self
|
||||||
|
submodules: recursive
|
||||||
|
persistCredentials: true
|
||||||
- task: NuGetToolInstaller@1
|
- task: NuGetToolInstaller@1
|
||||||
|
|
||||||
- task: NuGetCommand@2
|
- task: NuGetCommand@2
|
||||||
|
|
Loading…
Reference in a new issue