diff --git a/pipelines/android-release.yml b/pipelines/android-release.yml index 52c9e7c..f9e8faf 100644 --- a/pipelines/android-release.yml +++ b/pipelines/android-release.yml @@ -22,9 +22,16 @@ steps: displayName: 'Install NuGet Tool' - task: NuGetCommand@2 - displayName: 'Restore Solution' + displayName: 'Restore core project' inputs: - restoreSolution: '**/*.sln' + command: 'restore' + restoreSolution: '**/GUTSchedule.csproj' + +- task: NuGetCommand@2 + displayName: 'Restore Android project' + inputs: + command: 'restore' + restoreSolution: '**/*.Droid.csproj' - task: PowerShell@2 displayName: 'Update version number'