The latest build agent update in AzDevOps no longer contains .netcore2
which was the required runtime for ESRP@1
A recent ESRP v2 release added support for .net6
https://aka.ms/esrp.signtask
cherry pick of commit bfdd9cd in rel/stable
Co-authored-by: davidjen@DAVIDJENDEV <davidjen@microsoft.com>
* Build Preview package as part of official build
* Move telemetry key to package.json, and set value during packageing
* Update description for preview package
* Replace README in preview extension
* PR feedback - rename preview md
* Switch Package to only create one vsix, and run the build twice in the official build to create both packages
* Replace Preview.md and file copying with text replacement
* typo fix
* moved readme header strings into the function that uses them
* Switch to package config objects
- automate version increment using https://github.com/release-it/release-it
- using git tags to persist latest version
- tag contains change log
- also create a draft github release
- for now, snapshot into rel/stable will not tag to avoid ambiguous git tags that confuse release-it
- add 'increment-version' script to package.json