Update mobile.azure-pipelines.yaml for Azure Pipelines

This commit is contained in:
Robin-Manuel Thiel 2019-06-03 16:33:09 +02:00
Родитель 4b076de265
Коммит 5f894b2b1d
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -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'