Skip to content

Commit

Permalink
Set up CI with Azure Pipelines (#62)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
gavinfish authored Dec 9, 2019
1 parent c01ba69 commit 6cf62dc
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
trigger:
- "*"

pool:
vmImage: "windows-2019"

steps:
- task: ea576cd4-c61f-48f8-97e7-a3cb07b90a6f@2
inputs:
toolMajorVersion: 'V2'

- task: PostAnalysis@1
inputs:
AllTools: false
APIScan: false
BinSkim: false
CodesignValidation: false
CredScan: true
FortifySCA: false
FxCop: false
ModernCop: false
PoliCheck: false
RoslynAnalyzers: false
SDLNativeRules: false
Semmle: false
TSLint: false
ToolLogsNotFoundAction: 'Standard'

0 comments on commit 6cf62dc

Please sign in to comment.