Cram Sheet258 words

Topic 3.1 — Package management — cram sheet

Topic 3.1 — Package management · cram sheet

Tooling

Azure Artifacts' headline capability is upstream sources — proxy a public registry and save what it serves. That gives availability (survives outages and unpublished versions), auditability, and supply-chain integrity in one feature.

Feeds and views

FactDetail
Default views@local, @prerelease, @release
Default view@local
Views areRead-only
Publish targetBase feed only → appears in @local
@local containsPublished packages + everything saved from upstream
Project-scopedVisible in the hosting project; can be public (public project)
Organization-scopedOrg-wide; cannot be converted to project-scoped
Private feed minimumFeed Reader
To act as an upstream for othersVisibility = members of org, or of your Microsoft Entra ID

You cannot publish into @release. Publish to the feed, then promote.

Versioning

SemVer partMeaning
MAJORBreaking change
MINORBackward-compatible feature
PATCHBackward-compatible fix
  • Pre-release sorts before the release: 2.0.0-rc.1 < 2.0.0.
  • CalVer when time is the meaningful axis.
  • Current + reproducible + reviewable = range plus a committed lock file.

Artifact versioning

  • name: sets Build.BuildNumber; $(Rev:.r) resets when the rest of the name changes.
  • Build.BuildId = globally unique integer. Build.BuildNumber = the formatted name.
  • Must embed the commit SHA — the only unambiguous link to source.

Ready to study Designing and Implementing Microsoft DevOps Solutions (AZ-400)?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free