Skip to content

Commit

Permalink
Add condition excluding public PR pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
AR-May committed Jul 12, 2024
1 parent 9356596 commit f3a9452
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vsts-dotnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ trigger:
- vs*

variables:
- group: AzureDevOps-Artifact-Feeds-Pats
- ${{ if eq(variables['System.TeamProject'], 'DevDiv') }}:
- group: AzureDevOps-Artifact-Feeds-Pats
- name: cfsNugetWarnLevel
value: warn
- name: nugetMultiFeedWarnLevel
Expand Down

0 comments on commit f3a9452

Please sign in to comment.