Skip to content

Commit

Permalink
Correct triggers in build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherMann authored Mar 8, 2024
1 parent 8b039db commit 2d25771
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
# https://aka.ms/yaml

trigger:
- master
branches:
- main
tags:
- v*

pool:
name: 'default'
Expand Down Expand Up @@ -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'
publishVstsFeed: '59a3608a-9bed-4cb4-9467-6efaaa3cbef5/1e425ef4-e3a0-4927-b4c0-2beff753cb88'

0 comments on commit 2d25771

Please sign in to comment.