Skip to content

Commit

Permalink
Merge pull request #130
Browse files Browse the repository at this point in the history
ksidirop/MAN-384-auto-generate-sbom-in-cicd
  • Loading branch information
ksidirop-laerdal authored Aug 2, 2024
2 parents d498e6f + 0a1f368 commit cf9616f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Laerdal.Scripts/Laerdal.Builder.targets
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
<!-- SBOM -->
<Target Name="GenerateSBOM"
Condition=" '$(Laerdal_Should_Tag_And_Release)' == 'True' "
AfterTargets="DeduceVersion">
AfterTargets="CreateGithubReleaseWithTag">

<Error Condition=" '$(PackageOutputPath)' == '' " Text="'PackageOutputPath' has to be set. Please call this script again with the argument '/p:PackageOutputPath=...'"/>

Expand Down

0 comments on commit cf9616f

Please sign in to comment.