Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.64 KB

release_process.md

File metadata and controls

26 lines (21 loc) · 1.64 KB

Releasing the CLR Instrumentation Engine

Release occurs from the main branch. Please notify clrieowners@microsoft.com to initiate the release process.

Microsoft Internal Process

Develop Phase

  1. When changes are merged to develop branch, the Develop-CI build runs and creates artifacts (NuGet, zip, etc.)
  2. Once the build completes, the Develop-CI Release pipeline automatically publishes artifacts to the internal NuGet feed with a preview version (eg. 1.0.15-build00001)
  3. When a release occurs, a PR to version bump the Instrumentation Engine as well as updating the CHANGELOG should occur.

Test Phase

Based on the changes and targeted platform releases, impacted scenarios and partner teams should be involved in testing for regressions.

Release Phase

  1. Once testing completes, PR to merge develop branch to main branch
  2. Manually run the Signed build to create release artifacts
  3. Manually run the CLR Instrumentation Engine Release pipeline which publishes artifacts with release version (eg. 1.0.15)
    • Publish NuGets to the internal NuGet feed and MSAzure (for Azure VM/VMSS WAD)
    • Publish Preinstalled CLR Instrumentation Engine zip file to Azure App Service
    • Publish msi/msm files to CDN and expose aka.ms links on this repo.