ignore javascript files in codesign validation (#4063)
* ignore javascript files in codesign validation * fix javascript glob
This commit is contained in:
Родитель
452c97cff2
Коммит
202da03c43
|
@ -29,6 +29,9 @@ extends:
|
|||
templateContext:
|
||||
type: releaseJob
|
||||
isProduction: true
|
||||
sdl:
|
||||
codeSignValidation:
|
||||
additionalTargetsGlobPattern: -|**\*.js
|
||||
inputs:
|
||||
- input: pipelineArtifact
|
||||
pipeline: BuildPrereleasePipeline
|
||||
|
|
|
@ -61,6 +61,9 @@ extends:
|
|||
templateContext:
|
||||
type: releaseJob
|
||||
isProduction: true
|
||||
sdl:
|
||||
codeSignValidation:
|
||||
additionalTargetsGlobPattern: -|**\*.js
|
||||
inputs:
|
||||
- input: pipelineArtifact
|
||||
pipeline: BuildReleasePipeline
|
||||
|
|
Загрузка…
Ссылка в новой задаче