Skip to content

Commit

Permalink
devops #1.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Mar 28, 2019
1 parent 1651691 commit adf91bd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions devops/build-samples.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Xamarin
# Build samples

trigger:
- sample-tester

jobs:
- job: macOS
displayName: xamarin macios
timeoutInMinutes: 120

pool:
vmImage: 'macOS-10.13'

steps:
- bash: |
echo "Hello world"
displayName: "Hello!"

0 comments on commit adf91bd

Please sign in to comment.