Releases: StefanKert/azuredevops-codesigning-task
Releases · StefanKert/azuredevops-codesigning-task
v2.2.0
- Added description optional parameter (Tank you for your contribution @markmcgookin #12)
Changes:
- e083cde Fixed version
- d97d093 Merge pull request #12 from markmcgookin/PR-UpdateOriginalRepo
- e4b260f removed vsix file
- 9bd62fb updated test to latest version of windows SDK on agents
- b46d7d0 Rolled back to original vss-extension.json
- c1731f3 added /d to test
- a07370a Updated to use my publisher name
- 6f646da reverted extension json
- 872c63c updated version manually
- 8919f19 updated publisher to markmcgookin for private installation
See More
- 41fc215 Updated readme layout
- 2523227 updated readme
- af4c4f6 Added /d signtool argument for description
This list of changes was auto generated.
v2.1.0
- Added option to select signtool to use for signing (Built-in, custom path or latest installed) see README for details
- Reduced file size (12MB -> 1MB)
Changes:
- 8cb7015 Added comment on reduced file size
- 8f00462 shortened release notes
- d053d38 Removed console.log
- 4b4c402 Updated readme to include information on 2.1
- 57aaa35 Added functionality to use latest installed on system
- 4419c68 Added basic impl for latest signtool on system
- 03d9b9c make sure done is called
- ff08b1d ignore npm warings
- 397b6ed updated to latest gulp
- 33dc674 Using azure-devops-node-api
See more
- ff56989 Fixed build script
- 633a438 Added __build folder to artifacts
- 3ccb8f6 Using testfiles signtool
- 53aef36 Added first draft for custom signtool setting
- cfdd4ec Added test for .msi. [ #6 ]
- 3a0ada9 no need to use node_modules reference
- ad2872b install npm
- d376633 write npm path to console
- 240ddd1 Use cd to navigate to directory
- 2bddb46 using full path
- 9ac6286 reference tfx
- 8871604 using vs2017 again
- 5448f59 using local files
- 5c73c16 Try to install gulp afterwards
- e8beabf Using windows-2019 as build agent
- 8f2c638 Added test for msixbundle
- 1b589b3 Added second test to verify appxbundle
This list of changes was auto generated.
v2.0.0
- Breaking Change: Introduced wildcard support. To upgrade from 1.x you have to select the new version and use the filepath to sign files. For further information on how wildcards are supported check this article (Fixes #5)
- Updated SignTool to use the latest version (10.0.17763.132). With this new version the extensions .appx and .appxbundle are now officially supported. See #8 and #9 for details (big thanks to @qmatteoq for updating the signtool and bringing this up)
- The new version should work with release tasks as well (#4)
v1.1.0
v1.0.1
version bump
v1.0.0
Initial Release for Code Signing VSTS-Task. See README for more Information.