Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created January 10, 2026 15:57
Show Gist options
  • Select an option

  • Save wullemsb/169f02f58d0bb597639d15fdbb579b7c to your computer and use it in GitHub Desktop.

Select an option

Save wullemsb/169f02f58d0bb597639d15fdbb579b7c to your computer and use it in GitHub Desktop.
steps:
- script: 'dotnet tool install --global CycloneDX'
displayName: 'Install CycloneDX'
- script: 'dotnet-CycloneDX Path/To/MySolution.sln -o $(Build.ArtifactStagingDirectory)'
displayName: 'Create SBOM'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment