Skip to content

Commit

Permalink
ignore javascript files in codesign validation (#4063)
Browse files Browse the repository at this point in the history
* ignore javascript files in codesign validation

* fix javascript glob
  • Loading branch information
gcampbell-msft authored Sep 17, 2024
1 parent 452c97c commit 202da03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jobs/release/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ extends:
templateContext:
type: releaseJob
isProduction: true
sdl:
codeSignValidation:
additionalTargetsGlobPattern: -|**\*.js
inputs:
- input: pipelineArtifact
pipeline: BuildPrereleasePipeline
Expand Down
3 changes: 3 additions & 0 deletions jobs/release/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ extends:
templateContext:
type: releaseJob
isProduction: true
sdl:
codeSignValidation:
additionalTargetsGlobPattern: -|**\*.js
inputs:
- input: pipelineArtifact
pipeline: BuildReleasePipeline
Expand Down

0 comments on commit 202da03

Please sign in to comment.