Skip to content

Commit

Permalink
Update pipeline branch list to test DurableTask.AzureServiceFabric ad…
Browse files Browse the repository at this point in the history
…dition to pipelines (#1181)
  • Loading branch information
bachuv authored Jan 17, 2025
1 parent 5046aad commit d7f33b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions eng/ci/code-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ trigger:
# Keep this set limited as appropriate (don't mirror individual user branches).
- main
- durabletask-core-v2
- neetart/dtfx_sf_pipeline

resources:
repositories:
Expand Down
3 changes: 2 additions & 1 deletion eng/ci/official-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ trigger:
include:
- main
- durabletask-core-v2
- neetart/dtfx_sf_pipeline

# CI only, does not trigger on PRs.
pr: none
Expand Down Expand Up @@ -42,4 +43,4 @@ extends:
- stage: BuildAndSign
dependsOn: []
jobs:
- template: /eng/templates/build.yml@self
- template: /eng/templates/build.yml@self
3 changes: 2 additions & 1 deletion eng/ci/public-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ trigger:
include:
- main
- durabletask-core-v2
- neetart/dtfx_sf_pipeline

# Run nightly to catch new CVEs and to report SDL often.
schedules:
Expand Down Expand Up @@ -107,4 +108,4 @@ extends:
# Run tests
- template: /eng/templates/test.yml@self
parameters:
testAssembly: '**\bin\**\DurableTask.Emulator.Tests.dll'
testAssembly: '**\bin\**\DurableTask.Emulator.Tests.dll'

0 comments on commit d7f33b0

Please sign in to comment.