diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8a49db8..a53b9d0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,7 +4,10 @@ # https://aka.ms/yaml trigger: -- master + branches: + - main + tags: + - v* pool: name: 'default' @@ -47,4 +50,4 @@ steps: command: 'push' packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg' nuGetFeedType: 'internal' - publishVstsFeed: '59a3608a-9bed-4cb4-9467-6efaaa3cbef5/1e425ef4-e3a0-4927-b4c0-2beff753cb88' \ No newline at end of file + publishVstsFeed: '59a3608a-9bed-4cb4-9467-6efaaa3cbef5/1e425ef4-e3a0-4927-b4c0-2beff753cb88'