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:
+6
-8
@@ -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)'
|
||||||
|
|||||||
@@ -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)
|
||||||
Reference in New Issue
Block a user