Skip to content

Commit

Permalink
Update and rename vsts-ci.Xamarin.Android.yml to azure-pipelines.Xama…
Browse files Browse the repository at this point in the history
…rin.Android.yml
  • Loading branch information
davidstaheli authored Sep 10, 2018
1 parent d834572 commit d77df8e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Xamarin.Android
# Build a Xamarin.Android app and Xamarin.UITest assembly.
# Add steps that test, sign, and distribute the app, save build artifacts, and more:
# https://docs.microsoft.com/vsts/pipelines/languages/xamarin
# https://docs.microsoft.com/azure/devops/pipelines/languages/xamarin

pool:
vmImage: 'VS2017-Win2016'
Expand Down Expand Up @@ -31,4 +31,4 @@ steps:

- task: PublishBuildArtifacts@1
inputs:
pathtoPublish: '$(outputDirectory)'
pathtoPublish: '$(outputDirectory)'

0 comments on commit d77df8e

Please sign in to comment.