From 5f894b2b1d5cb04d18e72fd5be1a59e1dfa7b8fc Mon Sep 17 00:00:00 2001 From: Robin-Manuel Thiel Date: Mon, 3 Jun 2019 16:33:09 +0200 Subject: [PATCH] Update mobile.azure-pipelines.yaml for Azure Pipelines --- mobile.azure-pipelines.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mobile.azure-pipelines.yaml b/mobile.azure-pipelines.yaml index 30f583e..7e828b7 100644 --- a/mobile.azure-pipelines.yaml +++ b/mobile.azure-pipelines.yaml @@ -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'