File tree 1 file changed +4
-10
lines changed
1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ extends:
51
51
type : windows
52
52
variables :
53
53
ob_outputDirectory : $(Build.SourcesDirectory)/out
54
+ ob_sdl_codeSignValidation_excludes : -|**\*.js # Node.js JavaScript signatures are not supported
54
55
steps :
55
56
- pwsh : |
56
57
$version = (Get-Content -Raw -Path package.json | ConvertFrom-Json).version
@@ -96,19 +97,12 @@ extends:
96
97
- pwsh : Invoke-Build Build -Configuration $(BuildConfiguration)
97
98
displayName : Build
98
99
- task : onebranch.pipeline.signing@1
99
- displayName : Sign 1st-party extension files
100
+ displayName : Sign 1st-party example PowerShell files
100
101
inputs :
101
102
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
110
104
search_root : $(Build.SourcesDirectory)/examples
111
- files_to_sign : ' **/*.js;**/*. ps1;**/*.psd1;**/*.psm1'
105
+ files_to_sign : ' **/*.ps1;**/*.psd1;**/*.psm1'
112
106
- pwsh : Invoke-Build Package
113
107
displayName : Create package
114
108
- job : test
You can’t perform that action at this time.
0 commit comments