File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ stages:
9292 inputs :
9393 azureSubscription : ' tSQLt CI Subscription(58c04a99-5b92-410c-9e41-10262f68ca80)'
9494 KeyVaultName : ' tSQLtSigningKey'
95- SecretsFilter : ' *'
9695
9796 - task : PowerShell@2
9897 name : Install_tSQLt_OfficialSigningKey
@@ -119,22 +118,6 @@ stages:
119118 TargetFolder : ' $(Build.ArtifactStagingDirectory)/tSQLtCLR'
120119 flattenFolders : true
121120
122-
123- - task : authenticode-sign@4
124- condition : false
125- inputs :
126- filePath : ' tSQLt*.dll'
127- signRootPath : ' $(Build.ArtifactStagingDirectory)/tSQLtCLR'
128- timestampServer : ' http://timestamp.digicert.com'
129- timestampAlgo : ' sha256'
130- timestampServerDelay : ' 15'
131- fileAlgo : ' sha256'
132- retryCount : ' 5'
133- certificateLocation : ' pfxFile'
134- pfxFile : ' $(CertificatePath)'
135- pfxPassword : ' $(tSQLtSigningKeyPassword)'
136- additionalArguments : ' /debug'
137-
138121 - task : ArchiveFiles@2
139122 inputs :
140123 rootFolderOrFile : ' $(Build.ArtifactStagingDirectory)/tSQLtCLR'
@@ -298,7 +281,6 @@ stages:
298281 inputs :
299282 azureSubscription : ' tSQLt CI Subscription(58c04a99-5b92-410c-9e41-10262f68ca80)'
300283 KeyVaultName : ' tSQLtSigningKey'
301- SecretsFilter : ' *'
302284
303285 - task : AzurePowerShell@4
304286 name : CreateVMAndMore
Original file line number Diff line number Diff line change 55 }
66 ],
77"settings" : {
8- "powershell.codeFormatting.addWhitespaceAroundPipe" : true
8+ "powershell.codeFormatting.addWhitespaceAroundPipe" : true ,
9+ "yaml.schemaStore.enable" : false
910}
1011}
You can’t perform that action at this time.
0 commit comments