Update mobile.azure-pipelines.yaml for Azure Pipelines
This commit is contained in:
Родитель
4b076de265
Коммит
5f894b2b1d
|
@ -11,13 +11,17 @@ jobs:
|
|||
- Xamarin.iOS
|
||||
- msbuild
|
||||
steps:
|
||||
- task: NuGetToolInstaller@1
|
||||
inputs:
|
||||
versionSpec:
|
||||
checkLatest: true
|
||||
|
||||
- task: NuGetCommand@2
|
||||
displayName: 'Restore NuGet packages'
|
||||
inputs:
|
||||
restoreSolution: 'Mobile/**/*.csproj'
|
||||
restoreDirectory: '$(Build.Repository.LocalPath)/packages'
|
||||
|
||||
|
||||
- task: replacetokens@3
|
||||
inputs:
|
||||
rootDirectory: 'Mobile/ContosoFieldService.Core/Helpers'
|
||||
|
|
Загрузка…
Ссылка в новой задаче