Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 1.21 KB

File metadata and controls

8 lines (6 loc) · 1.21 KB

Publishing

To publish the extension to the Visual Studio Marketplace,

  1. In settings/secrets/actions, Check the "Last updated" for VS_MARKETPLACE_TOKEN. If it is > 7 days, Regenerate PAT for publisher:githubprimer (Personal Access Token) with permissions for Marketplace (Acquire + Manage) and User Profile (Read). Update VS_MARKETPLACE_TOKEN with the new token. (Microsoft policy restricts PATs with longer validity than 7 days)
  2. Make sure the version in package.json on main is greater than the version no the marketplace.
  3. Trigger the publish workflow manually.
  4. Check the logs for the workflow to confirm extension has been published. Note: The marketplace can take up to an hour to show the latest version!