We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afdbcef commit bdf508fCopy full SHA for bdf508f
tasks/signingTasks.ts
@@ -92,8 +92,8 @@ async function verifyVsix(): Promise<void> {
92
return;
93
}
94
95
- if (signType === 'test') {
96
- console.log('Test signing verification is not supported. Skipping VSIX verification.');
+ if (signType.toLowerCase() !== 'real') {
+ console.log('Signing verification is only supported for real signing. Skipping VSIX verification.');
97
98
99
0 commit comments