Skip to content

Commit

Permalink
Update veracode-MB.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
IGDEXE committed Mar 19, 2024
1 parent 9250e90 commit b38aa9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion veracode-MB.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
- task: CmdLine@2
inputs:
script: |
zip -r $(caminhoZIP) . -x '*.svg' '*.pdf' '*.mp4' '*.webm' '*.gif' '*.jpg' '*.ico' '.git/*'
zip -r $(caminhoPacote) . -x '*.svg' '*.pdf' '*.mp4' '*.webm' '*.gif' '*.jpg' '*.ico' '.git/*'
displayName: 'Criando pacote para analise'

- script: |
Expand Down

0 comments on commit b38aa9f

Please sign in to comment.