1
0
mirror of https://github.com/XFox111/GUTSchedule.git synced 2026-04-22 06:58:01 +03:00

Added changelog file, updated pipeline config

This commit is contained in:
Michael Gordeev
2020-01-28 19:05:16 +03:00
parent 9fc9aa1b45
commit 80beafc2a5
2 changed files with 11 additions and 8 deletions
+6 -8
View File
@@ -21,6 +21,12 @@ steps:
inputs: inputs:
cwd: '**' cwd: '**'
- task: ResharperCli@2
inputs:
solutionOrProjectPath: '**/*.sln'
failBuildLevelSelector: 'Error'
failBuildOnCodeIssues: false
- task: XamarinAndroid@1 - task: XamarinAndroid@1
inputs: inputs:
projectFile: '**/**.csproj' projectFile: '**/**.csproj'
@@ -37,14 +43,6 @@ steps:
**/**.pdb **/**.pdb
**/**.dll **/**.dll
- task: ArchiveFiles@2
inputs:
rootFolderOrFile: '$(Build.Repository.LocalPath)'
includeRootFolder: false
archiveType: 'zip'
archiveFile: '$(outputDirectory)/Source-$(Build.SourceVersion).zip'
replaceExistingArchive: true
- task: PublishBuildArtifacts@1 - task: PublishBuildArtifacts@1
inputs: inputs:
PathtoPublish: '$(outputDirectory)' PathtoPublish: '$(outputDirectory)'
+5
View File
@@ -0,0 +1,5 @@
# Chabgelog file
## Changelog filling guidelines
- Update before every merge to master.
- Fill in English
- Should be compatible with Google Play changelog format (no Markdown)