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'