Skip to content

Commit

Permalink
azure pipeines: change order of scans
Browse files Browse the repository at this point in the history
  • Loading branch information
jimradford committed Jan 29, 2023
1 parent 68d5edb commit 22ae633
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ variables:
steps:
- task: NuGetToolInstaller@1

- task: NuGetCommand@2
inputs:
restoreSolution: '$(solution)'

# Run Microsoft Security Utility on Source Repository
- task: MicrosoftSecurityDevOps@1
displayName: 'Run Microsoft Security DevOps'
Expand All @@ -33,6 +29,10 @@ steps:
predefinedconfigfile: 'GitleaksUdmCombo.toml'
reportformat: 'sarif'

- task: NuGetCommand@2
inputs:
restoreSolution: '$(solution)'

- task: VSBuild@1
inputs:
solution: '$(solution)'
Expand Down

0 comments on commit 22ae633

Please sign in to comment.