microsoft / axe-windows

Automated accessibility testing engine for Windows applications
MIT License
134 stars 62 forks source link

fix: Updated the certificate for signing #998

Closed v-viyada closed 7 months ago

v-viyada commented 7 months ago

Details

Changed certificate from 3rd Party to Microsoft for signing output files.

Verified the artifacts generated and files have Microsoft corporation signature. Link for test run https://dev.azure.com/mseng/1ES/_build/results?buildId=26036565&view=results Steps used for verification:

  1. Download .nupkg file from artifacts of the pipeline run
  2. Change the .nupkg extension to .zip
  3. Extract the contents of the .zip file
  4. Examine the properties of any of the DLL's under the lib\netstandard20 folder
  5. Check the details of the digital signature
Motivation

addresses issue #995

Context

Pull request checklist