mirror of
https://github.com/XFox111/GUTSchedule.git
synced 2026-04-22 06:58:01 +03:00
Update android-release.yml for Azure Pipelines
This commit is contained in:
@@ -22,7 +22,13 @@ steps:
|
||||
displayName: 'Install NuGet Tool'
|
||||
|
||||
- task: NuGetCommand@2
|
||||
displayName: 'Restore Solution'
|
||||
displayName: 'Restore core project'
|
||||
inputs:
|
||||
command: 'restore'
|
||||
restoreSolution: '**/GUTSchedule.csproj'
|
||||
|
||||
- task: NuGetCommand@2
|
||||
displayName: 'Restore Android project'
|
||||
inputs:
|
||||
command: 'restore'
|
||||
restoreSolution: '**/*.Droid.csproj'
|
||||
|
||||
Reference in New Issue
Block a user