1
0
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:
Michael Gordeev
2020-04-20 23:14:22 +03:00
parent a07cb6fd3e
commit bdc1b4a3c9
2 changed files with 13 additions and 5 deletions
+12 -4
View File
@@ -1,8 +1,4 @@
# GUTSchedule # GUTSchedule
[![Build Status](https://dev.azure.com/xfox111/GitHub%20CI/_apis/build/status/XFox111.GUTSchedule?branchName=master)](https://dev.azure.com/xfox111/GitHub%20CI/_build/latest?definitionId=8&branchName=master)
![Continious Delivery Pipeline](https://vsrm.dev.azure.com/xfox111/_apis/public/Release/badge/e42c572c-a3cd-4aac-bbb1-f720d9ccb5ea/1/5)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/xfox111/GUTSchedule)](https://github.com/xfox111/gutschedule/releases/latest)
[![GitHub issues](https://img.shields.io/github/issues/xfox111/GUTSchedule)](https://github.com/xfox111/GUTSchedule/issues) [![GitHub issues](https://img.shields.io/github/issues/xfox111/GUTSchedule)](https://github.com/xfox111/GUTSchedule/issues)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
![GitHub repo size](https://img.shields.io/github/repo-size/xfox111/GUTSchedule?label=Repository%20size) ![GitHub repo size](https://img.shields.io/github/repo-size/xfox111/GUTSchedule?label=Repository%20size)
@@ -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
[![Build Status](https://dev.azure.com/xfox111/GitHub%20CI/_apis/build/status/XFox111.GUTSchedule?branchName=master)](https://dev.azure.com/xfox111/GitHub%20CI/_build/latest?definitionId=8&branchName=master)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/xfox111/GUTSchedule)](https://github.com/xfox111/gutschedule/releases/latest)
| Platform | Deployment status |
| --------------- | ---------------- |
| Google Play | [![Open Store page](https://vsrm.dev.azure.com/xfox111/_apis/public/Release/badge/e42c572c-a3cd-4aac-bbb1-f720d9ccb5ea/1/10)](https://play.google.com/store/apps/details?id=com.xfox111.gut.schedule) |
| Microsoft Store | [![Open Store page](https://vsrm.dev.azure.com/xfox111/_apis/public/Release/badge/e42c572c-a3cd-4aac-bbb1-f720d9ccb5ea/2/13)](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
+1 -1
View File
@@ -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'