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

Updated changelogs and pipelines configs

This commit is contained in:
Michael Gordeev
2020-03-14 10:21:43 +03:00
parent 3226f77667
commit 7d367aa1f2
5 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# Xamarin.Android
# Android pipeline config
trigger:
branches:
+1 -4
View File
@@ -1,7 +1,4 @@
# Xamarin.Android
# Build a Xamarin.Android project.
# Add steps that test, sign, and distribute an app, save build artifacts, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/xamarin
# Pull request validation pipeline config
trigger:
- master
+2 -2
View File
@@ -1,4 +1,4 @@
# Universal Windows Platform
# Universal Windows Platform pipeline config
trigger:
branches:
@@ -61,7 +61,7 @@ steps:
displayName: 'Copy changelog to output'
inputs:
SourceFolder: '$(Build.SourcesDirectory)/changelogs'
Contents: 'windows.txt'
Contents: 'windows.json'
TargetFolder: '$(outputDirectory)'
- task: PublishBuildArtifacts@1