Skip to content

Commit

Permalink
Update pipeline-releasebuild.yaml (#1437)
Browse files Browse the repository at this point in the history
* Update pipeline-releasebuild.yaml

* Update template-postbuild-code-analysis.yaml
  • Loading branch information
trwalke authored and bgavrilMS committed Oct 14, 2019
1 parent 122d0da commit 77adc92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/pipeline-releasebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ steps:

# Run Post-build code analysis (e.g. Roslyn)
# Currently disabled because it times out // https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/1430
#- template: template-postbuild-code-analysis.yaml
- template: template-postbuild-code-analysis.yaml

# Pack and sign all of the nuget packages
- template: template-pack-and-sign-all-nugets.yaml
Expand Down
2 changes: 2 additions & 0 deletions build/template-postbuild-code-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
steps:
- task: securedevelopmentteam.vss-secure-development-tools.build-task-roslynanalyzers.RoslynAnalyzers@2
displayName: 'Run Roslyn Analyzers'
inputs:
microsoftAnalyzersVersion: 2.9.4
continueOnError: true

- task: securedevelopmentteam.vss-secure-development-tools.build-task-postanalysis.PostAnalysis@1
Expand Down

0 comments on commit 77adc92

Please sign in to comment.