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

Commit 7d7711a

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 00db385 commit 7d7711a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,10 @@ steps:
2020

2121
- task: NuGetToolInstaller@1
2222

23-
- task: NuGetCommand@2
24-
inputs:
25-
restoreSolution: '**/*.sln'
26-
2723
- task: XamariniOS@2
2824
inputs:
29-
solutionFile: '**/*.sln'
25+
solutionFile: '**/*iOS.csproj'
3026
configuration: 'Debug'
27+
runNugetRestore: true
3128
buildForSimulator: true
3229
packageApp: false

0 commit comments

Comments
 (0)