Skip to content
This repository was archived by the owner on Apr 16, 2020. It is now read-only.

Commit

Permalink
build tags in Azure Pipelines (#372)
Browse files Browse the repository at this point in the history
* see if a build is triggered

* try removing +:
  • Loading branch information
ctaggart authored Sep 29, 2018
1 parent 166b122 commit 0f27f34
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema
trigger:
- +:refs/heads/*
- +:refs/pull/*/merge
- +:refs/tags/*
- refs/heads/*
- refs/pull/*/merge
- refs/tags/*
pool:
vmImage: 'VS2017-Win2016'

Expand All @@ -14,7 +14,6 @@ steps:
dotnet restore
dotnet test -l trx
- task: PublishTestResults@2
inputs:
testRunner: VSTest
Expand Down

0 comments on commit 0f27f34

Please sign in to comment.