File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
eng/pipelines/templates/stages Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -434,6 +434,8 @@ stages:
434
434
Commitish : $(Build.SourceVersion)
435
435
WorkingDirectory : $(Pipeline.Workspace)/azure-sdk-for-java
436
436
437
+ - template : /eng/pipelines/templates/steps/download-credscan-suppressions.yml
438
+
437
439
- download : current
438
440
displayName : ' Download Artifact: ${{parameters.ArtifactName}}-signed'
439
441
artifact : ${{parameters.ArtifactName}}-signed
Original file line number Diff line number Diff line change @@ -406,6 +406,8 @@ stages:
406
406
Commitish : $(Build.SourceVersion)
407
407
WorkingDirectory : $(Pipeline.Workspace)/azure-sdk-for-java
408
408
409
+ - template : /eng/pipelines/templates/steps/download-credscan-suppressions.yml
410
+
409
411
- download : current
410
412
displayName : ' Download Artifact: ${{parameters.ArtifactName}}-signed'
411
413
artifact : ${{parameters.ArtifactName}}-signed
You can’t perform that action at this time.
0 commit comments