We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89dfa96 commit 802042cCopy full SHA for 802042c
eng/common/generate-sbom-prep.ps1
@@ -2,7 +2,7 @@ Param(
2
[Parameter(Mandatory=$true)][string] $ManifestDirPath # Manifest directory where sbom will be placed
3
)
4
5
-. $PSScriptRoot\pip
+. $PSScriptRoot\pipeline-logging-functions.ps1
6
7
# Normally - we'd listen to the manifest path given, but 1ES templates will overwrite if this level gets uploaded directly
8
# with their own overwriting ours. So we create it as a sub directory of the requested manifest path.
0 commit comments