The PR build definition can be found here or by nagivating through an existing PR.
NuGet packages produced from every build of main
are auto-published to the NuGet feed https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json
A new version of the VS Code extension can be published with this release definition. You'll have to select the appropriate passing build to publish. This is a one-step process. Once submitted, the new extension will appear in the VS Code Marketplace in about 10 minutes once their internal validations are complete.
The publish/verification script is located in this repo at eng/publish/PublishVSCodeExtension.ps1
.
To roll back to a previous build, you'll need to:
- Find the build you'd like to roll back to.
- Copy the commit's SHA.
- Start a new signed build with that SHA.
- Use that build to publish like normal.
This ensures that the version number of the extension is always increasing to pass the VS Code Marketplace verification.
The public GitHub code is internally mirrored here to enable signed builds. You'll likely never need to do anything with this.