Skip to content

Commit

Permalink
Update builds to use master
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Shirt committed Jan 8, 2020
1 parent 2828e47 commit 668dbde
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ Ticketbooth can be integrated with payment gateways, ticket sales platforms and

### Ticketbooth.Contract

[![Build Status](https://dev.azure.com/developmomentum/Ticketbooth/_apis/build/status/Contract?branchName=scanner-app)](https://dev.azure.com/developmomentum/Ticketbooth/_build/latest?definitionId=8&branchName=scanner-app)
[![Build Status](https://dev.azure.com/developmomentum/Ticketbooth/_apis/build/status/Contract?branchName=master)](https://dev.azure.com/developmomentum/Ticketbooth/_build/latest?definitionId=8&branchName=master)

This project contains the smart contract(s) that Ticketbooth is based on.

### Ticketbooth.Scanner

[![Build Status](https://dev.azure.com/developmomentum/Ticketbooth/_apis/build/status/Scanner%20App?branchName=scanner-app)](https://dev.azure.com/developmomentum/Ticketbooth/_build/latest?definitionId=9&branchName=scanner-app)
[![Build Status](https://dev.azure.com/developmomentum/Ticketbooth/_apis/build/status/Scanner%20App?branchName=master)](https://dev.azure.com/developmomentum/Ticketbooth/_build/latest?definitionId=9&branchName=master)

A web application allowing venues to scan tickets, built with Blazor.

Expand Down
2 changes: 1 addition & 1 deletion contract.azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core

trigger:
- scanner-app
- master

pool:
vmImage: 'ubuntu-latest'
Expand Down
2 changes: 1 addition & 1 deletion scanner.azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core

trigger:
- scanner-app
- master

pool:
vmImage: 'ubuntu-latest'
Expand Down

0 comments on commit 668dbde

Please sign in to comment.