remove static analysis from CI (#1423)

fixes: #1422
This commit is contained in:
Victor Vazquez 2021-01-21 12:20:27 -08:00 committed by GitHub
parent 1310c8e0ea
commit a2bc2e9d99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -122,8 +122,6 @@ jobs:
value: "xml"
- name: BuildArgs
value: ""
- name: AZURE_ENABLE_STATIC_ANALYSIS
value: 1
- name: WindowsPool
value: ${{parameters.WindowsPool}}
- name: LinuxPool

View File

@ -31,7 +31,9 @@ stages:
- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: core
# CI has static code analisys disabled, while LiveTest will have it enabled
CtestRegex: azure-core.
LiveTestCtestRegex: azure-core.
Artifacts:
- Name: azure-core
Path: azure-core