Skip to content

Commit

Permalink
Update Build triggers (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoituron authored Oct 27, 2023
1 parent eee17d7 commit db12f09
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
4 changes: 3 additions & 1 deletion .azure-devops/build-all-lib.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Build all projects.

pr: none # Disable pull request triggers.
trigger: none # Disable push triggers.
trigger:
- main
- dev

# Build.BuildNumber (see versioning.yml)
name: $(FileVersion).$(Year:yy)$(DayOfYear).$(Rev:r)
Expand Down
4 changes: 1 addition & 3 deletions .azure-devops/build-core-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
pr:
- main
- dev
trigger:
- main
- dev
trigger: none # Build via Build-All-Lib.yml

# Build.BuildNumber (see versioning.yml)
name: $(FileVersion).$(Year:yy)$(DayOfYear).$(Rev:r)
Expand Down
11 changes: 5 additions & 6 deletions .azure-devops/build-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ pool:
demands:
- agent.name -equals Hosted-FluentUI

variables:
- group: Versioning # These variables are in Azure DevOps / Pipelines / Library

- name: Projects
value: |
**/FluentUI.Demo.Client.csproj
extends:
template: common/template-to-build-projects.yml
parameters:
Projects: |
**/FluentUI.Demo.Client.csproj
steps:

Expand Down

0 comments on commit db12f09

Please sign in to comment.