diff --git a/eng/ci/code-mirror.yml b/eng/ci/code-mirror.yml index ac3ae8fec..9e7780010 100644 --- a/eng/ci/code-mirror.yml +++ b/eng/ci/code-mirror.yml @@ -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: diff --git a/eng/ci/official-build.yml b/eng/ci/official-build.yml index ec10bf63f..c46087356 100644 --- a/eng/ci/official-build.yml +++ b/eng/ci/official-build.yml @@ -4,6 +4,7 @@ trigger: include: - main - durabletask-core-v2 + - neetart/dtfx_sf_pipeline # CI only, does not trigger on PRs. pr: none @@ -42,4 +43,4 @@ extends: - stage: BuildAndSign dependsOn: [] jobs: - - template: /eng/templates/build.yml@self \ No newline at end of file + - template: /eng/templates/build.yml@self diff --git a/eng/ci/public-build.yml b/eng/ci/public-build.yml index 919ea8ba5..d28201633 100644 --- a/eng/ci/public-build.yml +++ b/eng/ci/public-build.yml @@ -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: @@ -107,4 +108,4 @@ extends: # Run tests - template: /eng/templates/test.yml@self parameters: - testAssembly: '**\bin\**\DurableTask.Emulator.Tests.dll' \ No newline at end of file + testAssembly: '**\bin\**\DurableTask.Emulator.Tests.dll'