Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit 985ed79

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 7734b6c commit 985ed79

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,10 @@ steps:
1818
displayName: 'Select the Xamarin SDK version'
1919
enabled: false
2020

21-
- task: NuGetToolInstaller@1
22-
23-
- task: NuGetCommand@2
24-
inputs:
25-
command: 'restore'
26-
restoreSolution: '**/*.sln'
27-
28-
- task: XamariniOS@2
21+
- task: MSBuild@1
22+
displayName: Build iOS samples
2923
inputs:
30-
solution: '**/*iOS.csproj'
24+
solution: '**/*.iOS.csproj'
3125
configuration: 'Debug'
32-
buildForSimulator: true
33-
packageApp: false
26+
msbuildArguments: '/restore /t:Build'
27+

0 commit comments

Comments
 (0)