Skip to content

Commit 271e901

Browse files
tracyboehrerTracy Boehrer
andauthored
Disable manual component injection since it is injected (#6880)
Co-authored-by: Tracy Boehrer <[email protected]>
1 parent 5c443c4 commit 271e901

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build/yaml/botbuilder-dotnet-ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,23 +49,20 @@ stages:
4949
steps:
5050
- template: ci-build-steps.yml
5151
- template: ci-test-steps.yml
52-
- template: ci-component-detection-steps.yml
5352
- job: Debug_Windows_Configuration_8
5453
variables:
5554
BuildConfiguration: Debug-Windows
5655
BuildTarget: 'net8' # set the TargetFramework property for tests to use net8.0
5756
steps:
5857
- template: ci-build-steps.yml
5958
- template: ci-test-steps.yml
60-
- template: ci-component-detection-steps.yml
6159
- job: Release_Windows_Configuration_6
6260
variables:
6361
BuildConfiguration: Release-Windows
6462
BuildTarget: 'net6' # set the TargetFramework property for tests to use net6.0
6563
steps:
6664
- template: ci-build-steps.yml
6765
- template: ci-test-steps.yml
68-
- template: ci-component-detection-steps.yml
6966
- job: Release_Windows_Configuration_8
7067
variables:
7168
BuildConfiguration: Release-Windows
@@ -74,7 +71,6 @@ stages:
7471
steps:
7572
- template: ci-build-steps.yml
7673
- template: ci-test-steps.yml
77-
- template: ci-component-detection-steps.yml
7874

7975
- stage: API_Compatibility_Validation
8076
dependsOn: Build

0 commit comments

Comments
 (0)