Skip to content

Commit

Permalink
devops #1.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Mar 19, 2019
1 parent 340f21b commit e2ee698
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 e2ee698

Please sign in to comment.