Update mobile.azure-pipelines.yaml for Azure Pipelines

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

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

@ -12,11 +12,11 @@ jobs:
- msbuild
steps:
- task: NuGetCommand@2
displayName: 'Restore NuGet packages'
inputs:
command: 'restore'
restoreSolution: 'Mobile/**/*.csproj'
feedsToUse: 'select'
versioningScheme: 'off'
restoreDirectory: '$(Build.Repository.LocalPath)/packages'
- task: replacetokens@3
inputs: