We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e401f commit 5fb7c14Copy full SHA for 5fb7c14
azure-pipelines.yml
@@ -5,8 +5,11 @@ trigger:
5
include:
6
- master
7
- refs/tags/v*
8
+
9
pool:
- vmImage: ubuntu-latest
10
+ name: Azure-IoT-EdgeExperience-1ES-Hosted-Linux
11
+ demands:
12
+ - ImageOverride -equals MMSUbuntu18.04TLS
13
14
steps:
15
- task: NuGetToolInstaller@1
@@ -24,6 +27,11 @@ steps:
24
27
packagesToPack: 'Microsoft.Azure.IoT.Edge.Module.nuspec'
25
28
versioningScheme: 'off'
26
29
30
+- task: AzureArtifacts.manifest-generator-task.manifest-generator-task.ManifestGeneratorTask@0
31
+ displayName: 'SBOM Generation Task'
32
+ inputs:
33
+ BuildDropPath: '$(Build.ArtifactStagingDirectory)'
34
35
- task: PublishBuildArtifacts@1
36
inputs:
37
PathtoPublish: '$(Build.ArtifactStagingDirectory)'
0 commit comments