ctaggart / SourceLink

Source Code On Demand
MIT License
356 stars 55 forks source link

unable to build tags in Azure Pipelines #373

Closed ctaggart closed 5 years ago

ctaggart commented 5 years ago

@lkillgore, after attempting #369 & #372, Azure Pipelines is still not build when a tag is created. Is the test project you set up available here on GitHub to look at? My azure-pipelines.yaml here has:

trigger:
  - refs/heads/*
  - refs/pull/*/merge
  - refs/tags/*

It is not overridden: image

The PR trigger by default is: image

ctaggart commented 5 years ago

Instead of setting the trigger section in the yaml, I tried overriding it in the UI, but still no luck with builds from tags.

image

domoritz commented 5 years ago

I have the same problem with triggers for tags

trigger:
  branches:
    include:
      - refs/heads/master
      - refs/tags/*
ctaggart commented 5 years ago

I opened up this question on stackoverflow just now https://stackoverflow.com/q/52615283/23059