Skip to content

Source Build build versioning problem #3248

Closed
@premun

Description

@premun

Context

The SB release pipeline is based on the staging pipeline which links to an installer official build that also has an associated VMR build:

Problem

  • The official installer build produces SDK 8.0.100-preview.1.23108.10
  • The VMR build produces 8.0.100-preview.1.23108.1
  • I believe the difference is caused by the build revision where installer had 9 other builds that day, the VMR had its first. But technically, if we got a commit in installer right before midnight the VMR sync might finish after midnight and we could even get 8.0.100-preview.1.23109.1

This problem arises in the SB release pipeline where we're downloading the source-built SDK to upload it to a storage account:

patterns: 'dotnet-sdk-$(SdkVersion)-*.tar.gz'

Question

I am not sure what is the source-built SDK used for and whether this matters?

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-buildImprovements in source-build's own build processuntriaged

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions