Skip to content

Commit

Permalink
Disable manual component injection since it is injected
Browse files Browse the repository at this point in the history
  • Loading branch information
Tracy Boehrer committed Jan 14, 2025
1 parent 5c443c4 commit 46c1987
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build/yaml/botbuilder-dotnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,23 +49,20 @@ stages:
steps:
- template: ci-build-steps.yml
- template: ci-test-steps.yml
- template: ci-component-detection-steps.yml
- job: Debug_Windows_Configuration_8
variables:
BuildConfiguration: Debug-Windows
BuildTarget: 'net8' # set the TargetFramework property for tests to use net8.0
steps:
- template: ci-build-steps.yml
- template: ci-test-steps.yml
- template: ci-component-detection-steps.yml
- job: Release_Windows_Configuration_6
variables:
BuildConfiguration: Release-Windows
BuildTarget: 'net6' # set the TargetFramework property for tests to use net6.0
steps:
- template: ci-build-steps.yml
- template: ci-test-steps.yml
- template: ci-component-detection-steps.yml
- job: Release_Windows_Configuration_8
variables:
BuildConfiguration: Release-Windows
Expand All @@ -74,7 +71,6 @@ stages:
steps:
- template: ci-build-steps.yml
- template: ci-test-steps.yml
- template: ci-component-detection-steps.yml

- stage: API_Compatibility_Validation
dependsOn: Build
Expand Down

0 comments on commit 46c1987

Please sign in to comment.