Skip to content

Commit 2be3b3a

Browse files
committed
removed superfluous step and some filters
1 parent 3fac732 commit 2be3b3a

2 files changed

Lines changed: 2 additions & 19 deletions

File tree

CI/AZ_MainPipeline.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff 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

tSQLt.code-workspace

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
}
66
],
77
"settings": {
8-
"powershell.codeFormatting.addWhitespaceAroundPipe": true
8+
"powershell.codeFormatting.addWhitespaceAroundPipe": true,
9+
"yaml.schemaStore.enable": false
910
}
1011
}

0 commit comments

Comments
 (0)