mirror of
https://github.com/XFox111/GUTSchedule.git
synced 2026-04-22 06:58:01 +03:00
Updated README.md, fixed android CI config
This commit is contained in:
@@ -1,8 +1,4 @@
|
|||||||
# GUTSchedule
|
# GUTSchedule
|
||||||
[](https://dev.azure.com/xfox111/GitHub%20CI/_build/latest?definitionId=8&branchName=master)
|
|
||||||

|
|
||||||
|
|
||||||
[](https://github.com/xfox111/gutschedule/releases/latest)
|
|
||||||
[](https://github.com/xfox111/GUTSchedule/issues)
|
[](https://github.com/xfox111/GUTSchedule/issues)
|
||||||
[](https://www.gnu.org/licenses/gpl-3.0)
|
[](https://www.gnu.org/licenses/gpl-3.0)
|
||||||

|

|
||||||
@@ -22,6 +18,18 @@ Cross-platform application which exports SPbSUT timetable to calendar
|
|||||||
- Minimal version: 1507 (10.0.10240)
|
- Minimal version: 1507 (10.0.10240)
|
||||||
- Target version: 1709 (10.0.16299, Fall Creators Update)
|
- Target version: 1709 (10.0.16299, Fall Creators Update)
|
||||||
|
|
||||||
|
## Download
|
||||||
|
### **https://xfox111.net/Projects/GUTSchedule**
|
||||||
|
|
||||||
|
## Continious Integration and Delivery
|
||||||
|
[](https://dev.azure.com/xfox111/GitHub%20CI/_build/latest?definitionId=8&branchName=master)
|
||||||
|
[](https://github.com/xfox111/gutschedule/releases/latest)
|
||||||
|
|
||||||
|
| Platform | Deployment status |
|
||||||
|
| --------------- | ---------------- |
|
||||||
|
| Google Play | [](https://play.google.com/store/apps/details?id=com.xfox111.gut.schedule) |
|
||||||
|
| Microsoft Store | [](https://www.microsoft.com/store/apps/9NXKDK52W3RX) |
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
There are many ways in which you can participate in the project, for example:
|
There are many ways in which you can participate in the project, for example:
|
||||||
- [Submit bugs and feature requests](https://github.com/xfox111/gutschedule/issues), and help us verify as they are checked in
|
- [Submit bugs and feature requests](https://github.com/xfox111/gutschedule/issues), and help us verify as they are checked in
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ steps:
|
|||||||
inputs:
|
inputs:
|
||||||
SourceFolder: '$(Build.SourcesDirectory)/changelogs'
|
SourceFolder: '$(Build.SourcesDirectory)/changelogs'
|
||||||
Contents: '**'
|
Contents: '**'
|
||||||
TargetFolder: '$(Build.ArtifactStagingDirectory)/changelogs'
|
TargetFolder: '$(outputDirectory)/changelogs'
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: 'Update package name'
|
displayName: 'Update package name'
|
||||||
|
|||||||
Reference in New Issue
Block a user