Skip to content

Commit af54606

Browse files
authored
Fix main build failures (#557)
* Fix indentation error in pipeline
1 parent 292fc41 commit af54606

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pipelines/sbom-tool-main-build.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ extends:
7878
Pattern: |
7979
**/Release/**/*.exe
8080
**/Release/**/*.dll
81-
UseMinimatch: true
82-
signConfigType: inlineSignParams
83-
inlineOperation: |
81+
UseMinimatch: true
82+
signConfigType: inlineSignParams
83+
inlineOperation: |
8484
[
8585
{
8686
"KeyCode" : "CP-230012",

0 commit comments

Comments
 (0)