Skip to content

Commit

Permalink
merged
Browse files Browse the repository at this point in the history
  • Loading branch information
lilgreenbird committed Nov 13, 2019
1 parent 960243f commit cb88339
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ jobs:
Ex_Groups: 'xSQLv12'
maxParallel: 2
steps:
- task: DownloadSecureFile@1
name: sqljdbc_auth
displayName: 'Download sqljdbc_auth.dll'
inputs:
secureFile: 'sqljdbc_auth.dll'
- powershell: |
mkdir AE_Certificates
cd AE_Certificates
Expand All @@ -33,7 +28,6 @@ jobs:
keytool -list -v -keystore clientcert.jks -storepass $(certPass) > JavaKeyStoreBase.txt
Get-Content .\JavaKeyStoreBase.txt | Set-Content -Encoding utf8 JavaKeyStore.txt
Remove-Item –path .\JavaKeyStoreBase.txt
Copy-Item -Path $(sqljdbc_auth.secureFilePath) -Destination "C:\Windows\System32"
displayName: 'PowerShell Script'
- task: DownloadSecureFile@1
name: pkcs12_truststore
Expand Down

0 comments on commit cb88339

Please sign in to comment.