Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
Update ci.yml for Azure Pipelines (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaozha authored May 9, 2020
1 parent 3d7fae9 commit 14c1a60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
pool:
vmImage: 'vs2017-win2016'
steps:
- task: ms-codeanalysis.vss-microsoft-security-code-analysis.build-task-tslint.TSLint@1
- task: TSLint@1
inputs:
RuleLibrary: 'tslint'
Ruleset: 'tsrecommended'
Expand Down Expand Up @@ -79,10 +79,10 @@ jobs:
vmImage: "windows-2019"

steps:
- task: ms-codeanalysis.vss-microsoft-security-code-analysis.build-task-credscan.CredScan@2
- task: CredScan@3
inputs:
toolMajorVersion: 'V1'
- task: ms-codeanalysis.vss-microsoft-security-code-analysis.build-task-postanalysis.PostAnalysis@1
- task: PostAnalysis@1
inputs:
AllTools: false
APIScan: false
Expand Down

0 comments on commit 14c1a60

Please sign in to comment.