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

Commit a7e7451

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@ steps:
2020

2121
- task: NuGetToolInstaller@1
2222

23+
- task: NuGetCommand@2
24+
inputs:
25+
restoreSolution: '**/*.sln'
26+
2327
- task: XamariniOS@2
2428
inputs:
2529
solutionFile: '**/*iOS.csproj'
2630
configuration: 'Debug'
27-
runNugetRestore: true
2831
buildForSimulator: true
2932
packageApp: false

0 commit comments

Comments
 (0)