File tree 1 file changed +17
-17
lines changed
eng/ci/templates/official/jobs
1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -48,23 +48,23 @@ jobs:
48
48
displayName: 'Upload Core Tools Unsigned Linux Package to the storage'
49
49
condition: eq(variables['BuildOnly'], 'false')
50
50
51
- - template : ci/sign-files.yml@eng
52
- parameters :
53
- displayName : ' Sign '
54
- folderPath : ' /mnt/vss/_work/1/s/publish-scripts/artifact '
55
- pattern : ' *.deb '
56
- signType : inline
57
- inlineOperation : |
58
- [
59
- {
60
- "keyCode": "CP-450779-Pgp",
61
- "operationSetCode ": "LinuxSign ",
62
- "parameters ": [] ,
63
- "toolName ": "signtool.exe" ,
64
- "toolVersion ": "1.0"
65
- }
66
- ]
67
- condition : eq(variables['BuildOnly'], 'false')
51
+ - ${{ if eq(variables.BuildOnly, false) }} :
52
+ - template : ci/sign-files.yml@eng
53
+ parameters :
54
+ displayName : ' Sign '
55
+ folderPath : ' /mnt/vss/_work/1/s/publish-scripts/artifact '
56
+ pattern : ' *.deb '
57
+ signType : inline
58
+ inlineOperation : |
59
+ [
60
+ {
61
+ "keyCode ": "CP-450779-Pgp ",
62
+ "operationSetCode ": "LinuxSign" ,
63
+ "parameters ": [] ,
64
+ "toolName ": "signtool.exe",
65
+ "toolVersion": "1.0"
66
+ }
67
+ ]
68
68
69
69
- pwsh : |
70
70
echo $env:LinuxPackageAccountName
You can’t perform that action at this time.
0 commit comments