1
0
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:
Eugene Fox
2023-03-22 19:12:20 +03:00
parent a87c1ed8a7
commit c962e412bb
+7 -1
View File
@@ -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'