diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e2e6db9..344a2d8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,6 +21,12 @@ steps: inputs: cwd: '**' +- task: ResharperCli@2 + inputs: + solutionOrProjectPath: '**/*.sln' + failBuildLevelSelector: 'Error' + failBuildOnCodeIssues: false + - task: XamarinAndroid@1 inputs: projectFile: '**/**.csproj' @@ -37,14 +43,6 @@ steps: **/**.pdb **/**.dll -- task: ArchiveFiles@2 - inputs: - rootFolderOrFile: '$(Build.Repository.LocalPath)' - includeRootFolder: false - archiveType: 'zip' - archiveFile: '$(outputDirectory)/Source-$(Build.SourceVersion).zip' - replaceExistingArchive: true - - task: PublishBuildArtifacts@1 inputs: PathtoPublish: '$(outputDirectory)' diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..62b53af --- /dev/null +++ b/changelog.md @@ -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) \ No newline at end of file