File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ extends:
5151 type : windows
5252 variables :
5353 ob_outputDirectory : $(Build.SourcesDirectory)/out
54+ ob_sdl_codeSignValidation_excludes : -|**\*.js # Node.js JavaScript signatures are not supported
5455 steps :
5556 - pwsh : |
5657 $version = (Get-Content -Raw -Path package.json | ConvertFrom-Json).version
@@ -96,19 +97,12 @@ extends:
9697 - pwsh : Invoke-Build Build -Configuration $(BuildConfiguration)
9798 displayName : Build
9899 - task : onebranch.pipeline.signing@1
99- displayName : Sign 1st-party extension files
100+ displayName : Sign 1st-party example PowerShell files
100101 inputs :
101102 command : sign
102- signing_environment : external_distribution
103- search_root : $(Build.SourcesDirectory)/dist
104- files_to_sign : ' **/*.js'
105- - task : onebranch.pipeline.signing@1
106- displayName : Sign 1st-party example files
107- inputs :
108- command : sign
109- signing_environment : external_distribution
103+ signing_profile : external_distribution
110104 search_root : $(Build.SourcesDirectory)/examples
111- files_to_sign : ' **/*.js;**/*. ps1;**/*.psd1;**/*.psm1'
105+ files_to_sign : ' **/*.ps1;**/*.psd1;**/*.psm1'
112106 - pwsh : Invoke-Build Package
113107 displayName : Create package
114108 - job : test
You can’t perform that action at this time.
0 commit comments