Skip to content

Commit

Permalink
Remove CG from CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Haley committed May 10, 2022
1 parent e21c96a commit a989ef5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build/yaml/botbuilder-dotnet-ci.yml
Expand Up @@ -47,7 +47,7 @@ stages:
steps:
- template: ci-build-steps.yml
- template: ci-test-steps.yml
- template: ci-component-detection-steps.yml
# - template: ci-component-detection-steps.yml
- job: Release_Windows_Configuration_31
variables:
BuildConfiguration: Release-Windows
Expand All @@ -56,7 +56,7 @@ stages:
steps:
- template: ci-build-steps.yml
- template: ci-test-steps.yml
- template: ci-component-detection-steps.yml
# - template: ci-component-detection-steps.yml

- stage: API_Compatibility_Validation
dependsOn: Build
Expand Down
8 changes: 4 additions & 4 deletions build/yaml/ci-build-steps.yml
Expand Up @@ -28,10 +28,10 @@ steps:
maximumCpuCount: true
logProjectEvents: false

- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
displayName: 'Component Detection'
inputs:
failOnAlert: true
# - task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
# displayName: 'Component Detection'
# inputs:
# failOnAlert: true

- script: |
cd ..
Expand Down
2 changes: 1 addition & 1 deletion build/yaml/vnextprototype/botbuilder-dotnet-ci.yml
Expand Up @@ -52,4 +52,4 @@ stages:
steps:
- template: ci-build-steps.yml
- template: ci-test-steps.yml
#- template: ci-component-detection-steps.yml
# - template: ci-component-detection-steps.yml

0 comments on commit a989ef5

Please sign in to comment.