1
0
mirror of https://github.com/XFox111/GUTSchedule.git synced 2026-04-22 06:58:01 +03:00
This commit is contained in:
2023-09-18 20:55:22 +03:00
+9 -2
View File
@@ -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'